Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[RTNETLINK]: Add comma to final entry in link_rtnetlink_table

Noticed by Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
net/core/rtnetlink.c
··· 648 648 [RTM_NEWNEIGH - RTM_BASE] = { .doit = neigh_add }, 649 649 [RTM_DELNEIGH - RTM_BASE] = { .doit = neigh_delete }, 650 650 [RTM_GETNEIGH - RTM_BASE] = { .dumpit = neigh_dump_info }, 651 - [RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all } 651 + [RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all }, 652 652 }; 653 653 654 654 static int rtnetlink_event(struct notifier_block *this, unsigned long event, void *ptr)