1
0
Fork 0

wpan: whitespace fix

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Alexander Aring 2013-02-05 04:25:35 +00:00 committed by David S. Miller
parent f4e53e292a
commit f458c647ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static inline int mac802154_fetch_skb_u8(struct sk_buff *skb, u8 *val)
return -EINVAL;
*val = skb->data[0];
skb_pull(skb, 1);
skb_pull(skb, 1);
return 0;
}