projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e53e2
)
wpan: whitespace fix
author
Alexander Aring
<alex.aring@gmail.com>
Tue, 5 Feb 2013 04:25:35 +0000
(
04:25
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 6 Feb 2013 20:44:02 +0000
(15:44 -0500)
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac802154/wpan.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac802154/wpan.c
b/net/mac802154/wpan.c
index 199b92261e94281b7f774d30ba254d0468d204bc..98c867bca9861203167c7d3d4f2a8e8cf63a191e 100644
(file)
--- 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;
}