diff options
Diffstat (limited to 'net/ieee802154/netlink.c')
-rw-r--r-- | net/ieee802154/netlink.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 63ee7d66950e..fa1464762d0d 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Netlink inteface for IEEE 802.15.4 stack | 2 | * Netlink interface for IEEE 802.15.4 stack |
3 | * | 3 | * |
4 | * Copyright 2007, 2008 Siemens AG | 4 | * Copyright 2007, 2008 Siemens AG |
5 | * | 5 | * |
@@ -73,7 +73,7 @@ out: | |||
73 | } | 73 | } |
74 | 74 | ||
75 | struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info, | 75 | struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info, |
76 | int flags, u8 req) | 76 | int flags, u8 req) |
77 | { | 77 | { |
78 | void *hdr; | 78 | void *hdr; |
79 | struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); | 79 | struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); |
@@ -147,7 +147,6 @@ static const struct genl_multicast_group ieee802154_mcgrps[] = { | |||
147 | [IEEE802154_BEACON_MCGRP] = { .name = IEEE802154_MCAST_BEACON_NAME, }, | 147 | [IEEE802154_BEACON_MCGRP] = { .name = IEEE802154_MCAST_BEACON_NAME, }, |
148 | }; | 148 | }; |
149 | 149 | ||
150 | |||
151 | int __init ieee802154_nl_init(void) | 150 | int __init ieee802154_nl_init(void) |
152 | { | 151 | { |
153 | return genl_register_family_with_ops_groups(&nl802154_family, | 152 | return genl_register_family_with_ops_groups(&nl802154_family, |