aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-02-05 04:25:35 +0000
committerDavid S. Miller <davem@davemloft.net>2013-02-06 15:44:02 -0500
commitf458c647ea5cdd956f8055a4178072be460559f1 (patch)
tree3cd584a378936e72a1f12e7d05eb4e504acaa20a /net
parentipv6: Don't send packet to big messages to self (diff)
downloadlinux-dev-f458c647ea5cdd956f8055a4178072be460559f1.tar.xz
linux-dev-f458c647ea5cdd956f8055a4178072be460559f1.zip
wpan: whitespace fix
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/mac802154/wpan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/wpan.c b/net/mac802154/wpan.c
index 199b92261e94..98c867bca986 100644
--- a/net/mac802154/wpan.c
+++ b/net/mac802154/wpan.c
@@ -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;
}