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>
This commit is contained in:
parent
a413e3fd4b
commit
cad865dc4b
|
@ -73,7 +73,7 @@ out:
|
||||||
}
|
}
|
||||||
|
|
||||||
struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info,
|
struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info,
|
||||||
int flags, u8 req)
|
int flags, u8 req)
|
||||||
{
|
{
|
||||||
void *hdr;
|
void *hdr;
|
||||||
struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
|
struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
|
||||||
|
|
Loading…
Reference in New Issue