summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-09-30 18:44:43 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-09-30 18:44:43 +0200
commitc258527bd2475234a67b8335b622ad57eec0bc7e (patch)
tree245bec30402003d529f51d034857f27df6fbbda3 /include
parentMerge pull request #5060 from chiragshah6/evpn_dev2 (diff)
downloadfrr-c258527bd2475234a67b8335b622ad57eec0bc7e.tar.xz
frr-c258527bd2475234a67b8335b622ad57eec0bc7e.zip
*: strip trailing whitespace
Some of it has snuck by CI Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netlink.h4
-rw-r--r--include/linux/rtnetlink.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 0a4d73317..750a36be6 100644
--- a/include/linux/netlink.h
+++ b/include/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,7 +32,7 @@
#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 */
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
index ce2a623ab..eddbc0450 100644
--- a/include/linux/rtnetlink.h
+++ b/include/linux/rtnetlink.h
@@ -172,7 +172,7 @@ enum {
#define RTM_NR_FAMILIES (RTM_NR_MSGTYPES >> 2)
#define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
-/*
+/*
Generic structure for encapsulation of optional route information.
It is reminiscent of sockaddr, but with sa_family replaced
with attribute type.
@@ -212,7 +212,7 @@ struct rtmsg {
unsigned char rtm_table; /* Routing table id */
unsigned char rtm_protocol; /* Routing protocol; see below */
- unsigned char rtm_scope; /* See below */
+ unsigned char rtm_scope; /* See below */
unsigned char rtm_type; /* See below */
unsigned rtm_flags;
@@ -523,7 +523,7 @@ struct ifinfomsg {
};
/********************************************************************
- * prefix information
+ * prefix information
****/
struct prefixmsg {
@@ -537,7 +537,7 @@ struct prefixmsg {
unsigned char prefix_pad3;
};
-enum
+enum
{
PREFIX_UNSPEC,
PREFIX_ADDRESS,