mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
Fix typo in cntl_msg_types
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
This commit is contained in:
parent
a4145ce1e7
commit
f6f5ec0ee3
@ -3,7 +3,7 @@
|
|||||||
#define _IPCONNTRACK_NETLINK_H
|
#define _IPCONNTRACK_NETLINK_H
|
||||||
#include <linux/netfilter/nfnetlink.h>
|
#include <linux/netfilter/nfnetlink.h>
|
||||||
|
|
||||||
enum cntl_msg_types {
|
enum ctnl_msg_types {
|
||||||
IPCTNL_MSG_CT_NEW,
|
IPCTNL_MSG_CT_NEW,
|
||||||
IPCTNL_MSG_CT_GET,
|
IPCTNL_MSG_CT_GET,
|
||||||
IPCTNL_MSG_CT_DELETE,
|
IPCTNL_MSG_CT_DELETE,
|
||||||
|
Loading…
Reference in New Issue
Block a user