mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
netfilter: nf_tables: Fix typo in enum description
Fix the spelling of "options". Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Florian Westphal <fw@strlen.de>
This commit is contained in:
parent
6e6f2b9b33
commit
1f290c497c
|
|
@ -884,7 +884,7 @@ enum nft_exthdr_flags {
|
|||
* @NFT_EXTHDR_OP_TCPOPT: match against tcp options
|
||||
* @NFT_EXTHDR_OP_IPV4: match against ipv4 options
|
||||
* @NFT_EXTHDR_OP_SCTP: match against sctp chunks
|
||||
* @NFT_EXTHDR_OP_DCCP: match against dccp otions
|
||||
* @NFT_EXTHDR_OP_DCCP: match against dccp options
|
||||
*/
|
||||
enum nft_exthdr_op {
|
||||
NFT_EXTHDR_OP_IPV6,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user