projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc4cfd
)
6lowpan: iphc: Fix missing blank line after variable declarations
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 30 Jul 2014 01:48:42 +0000
(
03:48
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 30 Jul 2014 17:28:40 +0000
(19:28 +0200)
WARNING: Missing a blank line after declarations
+ struct sk_buff *new;
+ if (uncompress_udp_header(skb, &uh))
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/6lowpan/iphc.c
patch
|
blob
|
history
diff --git
a/net/6lowpan/iphc.c
b/net/6lowpan/iphc.c
index c718253a4e075a5c901b4db6b502bbe8a3e7f50c..e6cf68e8667fbc6ecd1b411d3cd5efc0d5a919ac 100644
(file)
--- a/
net/6lowpan/iphc.c
+++ b/
net/6lowpan/iphc.c
@@
-462,6
+462,7
@@
int lowpan_process_data(struct sk_buff *skb, struct net_device *dev,
if (iphc0 & LOWPAN_IPHC_NH_C) {
struct udphdr uh;
struct sk_buff *new;
+
if (uncompress_udp_header(skb, &uh))
goto drop;