Skip to content

Commit

Permalink
6lowpan: iphc: Fix missing blank line after variable declarations
Browse files Browse the repository at this point in the history
WARNING: Missing a blank line after declarations
+		struct sk_buff *new;
+		if (uncompress_udp_header(skb, &uh))

Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
holtmann committed Jul 30, 2014
1 parent 7fc4cfd commit 26fff59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/6lowpan/iphc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 26fff59

Please sign in to comment.