Skip to content

Commit

Permalink
[RTNETLINK]: Add comma to final entry in link_rtnetlink_table
Browse files Browse the repository at this point in the history
Noticed by Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 20, 2005
1 parent 240eed9 commit 98f245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static struct rtnetlink_link link_rtnetlink_table[RTM_MAX-RTM_BASE+1] =
[RTM_NEWNEIGH - RTM_BASE] = { .doit = neigh_add },
[RTM_DELNEIGH - RTM_BASE] = { .doit = neigh_delete },
[RTM_GETNEIGH - RTM_BASE] = { .dumpit = neigh_dump_info },
[RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all }
[RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all },
};

static int rtnetlink_event(struct notifier_block *this, unsigned long event, void *ptr)
Expand Down

0 comments on commit 98f245e

Please sign in to comment.