From 55907b00626d13accab61a1cdb66d81a00e6a919 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Fri, 3 Apr 2020 15:44:04 +0800 Subject: [PATCH] netlink: fix nxstyle warning Signed-off-by: chao.an --- include/netpacket/netlink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/netpacket/netlink.h b/include/netpacket/netlink.h index 69553be4aa..940c69a92a 100644 --- a/include/netpacket/netlink.h +++ b/include/netpacket/netlink.h @@ -71,8 +71,8 @@ #define NETLINK_SOCK_DIAG 3 /* Socket monitoring */ #define NETLINK_NFLOG 4 /* netfilter/iptables ULOG */ #define NETLINK_XFRM 5 /* Interface to IPsec security databases - * for key-manager daemons using the Internet - * Key Exchange protocol. */ + * for key-manager daemons using the + * Internet Key Exchange protocol. */ #define NETLINK_ISCSI 6 /* Open-iSCSI */ #define NETLINK_AUDIT 7 /* Interface to auditing sub-system */ #define NETLINK_FIB_LOOKUP 8 @@ -122,7 +122,7 @@ /* Flags for ACK message */ #define NLM_F_CAPPED 0x0100 /* request was capped */ -#define NLM_F_ACK_TLVS 0x0200 /* extended ACK TVLs were included */ +#define NLM_F_ACK_TLVS 0x0200 /* extended ACK TVLs were included */ /* Definitions for struct nlmsghdr ******************************************/