[PATCH] netlink: Remove trailing whitespace and spaces.

From: Cannon Matthews
Date: Thu Mar 15 2018 - 18:43:27 EST


Signed-off-by: Cannon Matthews <cannonmatthews@xxxxxxxxxx>
---
include/uapi/linux/netlink.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/uapi/linux/netlink.h b/include/uapi/linux/netlink.h
index 776bc92e9118..a35ee3f2274f 100644
--- a/include/uapi/linux/netlink.h
+++ b/include/uapi/linux/netlink.h
@@ -16,7 +16,7 @@
#define NETLINK_SELINUX 7 /* SELinux event notifications */
#define NETLINK_ISCSI 8 /* Open-iSCSI */
#define NETLINK_AUDIT 9 /* auditing */
-#define NETLINK_FIB_LOOKUP 10
+#define NETLINK_FIB_LOOKUP 10
#define NETLINK_CONNECTOR 11
#define NETLINK_NETFILTER 12 /* netfilter subsystem */
#define NETLINK_IP6_FW 13
@@ -32,13 +32,13 @@

#define NETLINK_INET_DIAG NETLINK_SOCK_DIAG

-#define MAX_LINKS 32
+#define MAX_LINKS 32

struct sockaddr_nl {
__kernel_sa_family_t nl_family; /* AF_NETLINK */
unsigned short nl_pad; /* zero */
__u32 nl_pid; /* port ID */
- __u32 nl_groups; /* multicast groups mask */
+ __u32 nl_groups; /* multicast groups mask */
};

struct nlmsghdr {
--
2.16.2.804.g6dcf76e118-goog