Commit f458c647 authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller

wpan: whitespace fix

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f4e53e29
...@@ -41,7 +41,7 @@ static inline int mac802154_fetch_skb_u8(struct sk_buff *skb, u8 *val) ...@@ -41,7 +41,7 @@ static inline int mac802154_fetch_skb_u8(struct sk_buff *skb, u8 *val)
return -EINVAL; return -EINVAL;
*val = skb->data[0]; *val = skb->data[0];
skb_pull(skb, 1); skb_pull(skb, 1);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment