linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netlink: Remove trailing whitespace and spaces.
@ 2018-03-15 22:41 Cannon Matthews
  0 siblings, 0 replies; only message in thread
From: Cannon Matthews @ 2018-03-15 22:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: jmattson, Cannon Matthews

Signed-off-by: Cannon Matthews <cannonmatthews@google.com>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-15 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 22:41 [PATCH] netlink: Remove trailing whitespace and spaces Cannon Matthews

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).