summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-12-04 11:51:58 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-05 12:43:04 +0100
commitcad865dc4bae8e6a257196fb0bab2f1154c00a14 (patch)
tree7adf82e7b40add06999f712524dda730504548ef /net/ieee802154
parenta413e3fd4bbff78f25d1d581a43fa3662989f6f9 (diff)
downloadop-kernel-dev-cad865dc4bae8e6a257196fb0bab2f1154c00a14.zip
op-kernel-dev-cad865dc4bae8e6a257196fb0bab2f1154c00a14.tar.gz
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')
-rw-r--r--net/ieee802154/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c
index 6ad0da3..3cdfa78 100644
--- a/net/ieee802154/netlink.c
+++ b/net/ieee802154/netlink.c
@@ -73,7 +73,7 @@ out:
}
struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info,
- int flags, u8 req)
+ int flags, u8 req)
{
void *hdr;
struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
OpenPOWER on IntegriCloud