tree 1b0c3ca312f7e38c065cfe9915d15efc1750d154
parent 240eed95eb55b43a3daadbf0cd7298f44eaa737c
author David S. Miller <[EMAIL PROTECTED]> Wed, 20 Apr 2005 12:37:04 -0700
committer David S. Miller <[EMAIL PROTECTED]> Wed, 20 Apr 2005 12:37:04 -0700

[RTNETLINK]: Add comma to final entry in link_rtnetlink_table

Noticed by Herbert Xu.

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 core/rtnetlink.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: net/core/rtnetlink.c
===================================================================
--- 308f6a87c0558ed32c2c4950d22efc8e4ed16685/net/core/rtnetlink.c  (mode:100644 
sha1:15e968c697cce165a242b693608e221e3b0c6b66)
+++ 1b0c3ca312f7e38c065cfe9915d15efc1750d154/net/core/rtnetlink.c  (mode:100644 
sha1:44dfaf8f04afd7cbde0487a5a35ccef5eb4f48ce)
@@ -648,7 +648,7 @@
        [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)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to