diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-12-04 05:51:58 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-05 06:43:04 -0500 |
commit | cad865dc4bae8e6a257196fb0bab2f1154c00a14 (patch) | |
tree | 7adf82e7b40add06999f712524dda730504548ef /net/ieee802154/netlink.c | |
parent | a413e3fd4bbff78f25d1d581a43fa3662989f6f9 (diff) |
net/ieee802154: Make sure alignment matches parenthesis..
Follow coding style of the kernel.
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/netlink.c')
-rw-r--r-- | net/ieee802154/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 6ad0da38ba9d..3cdfa78b2f6e 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c | |||
@@ -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); |