mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
netfilter: nf_tables: s/MFT_REG32_01/NFT_REG32_01
MFT_REG32_01 is a typo, rename this to NFT_REG32_01. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
707e6835f8
commit
2c86943c20
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ enum nft_registers {
|
|||
__NFT_REG_MAX,
|
||||
|
||||
NFT_REG32_00 = 8,
|
||||
MFT_REG32_01,
|
||||
NFT_REG32_01,
|
||||
NFT_REG32_02,
|
||||
NFT_REG32_03,
|
||||
NFT_REG32_04,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue