Skip to content

Commit

Permalink
wpan: whitespace fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Aring authored and David S. Miller committed Feb 6, 2013
1 parent f4e53e2 commit f458c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac802154/wpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f458c64

Please sign in to comment.