mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Fix typo in cntl_msg_types
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
This commit is contained in:
parent
a4145ce1e7
commit
f6f5ec0ee3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#define _IPCONNTRACK_NETLINK_H
|
||||
#include <linux/netfilter/nfnetlink.h>
|
||||
|
||||
enum cntl_msg_types {
|
||||
enum ctnl_msg_types {
|
||||
IPCTNL_MSG_CT_NEW,
|
||||
IPCTNL_MSG_CT_GET,
|
||||
IPCTNL_MSG_CT_DELETE,
|
||||
|
|
Loading…
Reference in a new issue