datapath: Fix build on RHEL 5.5
[openvswitch] / datapath / linux / compat / include / net / genetlink.h
index b24f8518a5c48de2d58ec73739475490a54943f6..a1ff7c1c3555d1e337d169ece6babdf81372e05d 100644 (file)
@@ -52,8 +52,7 @@ extern int busted_nlmsg_multicast(struct sock *sk, struct sk_buff *skb,
  * @list: list entry for linking
  * @family: pointer to family, need not be set before registering
  */
-struct genl_multicast_group
-{
+struct genl_multicast_group {
        struct genl_family  *family;    /* private */
        struct list_head        list;      /* private */
        char name[GENL_NAMSIZ];