Commit 2bac7cb316d1327c457a715bac5fd56bbc42bc63
Committed by
David S. Miller
1 parent
0eb43b4bb0
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
net: ipv4: typo issue, remove erroneous semicolon
Need remove erroneous semicolon, which is found by EXTRA_CFLAGS=-W, the related commit number: c54419321455631079c7d6e60bc732dd0c5914c5 ("GRE: Refactor GRE tunneling code") Signed-off-by: Chen Gang <gang.chen@asianux.com> Acked-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/ipv4/ip_gre.c
... | ... | @@ -444,7 +444,7 @@ |
444 | 444 | if (dev->header_ops) { |
445 | 445 | /* Need space for new headers */ |
446 | 446 | if (skb_cow_head(skb, dev->needed_headroom - |
447 | - (tunnel->hlen + sizeof(struct iphdr)))); | |
447 | + (tunnel->hlen + sizeof(struct iphdr)))) | |
448 | 448 | goto free_skb; |
449 | 449 | |
450 | 450 | tnl_params = (const struct iphdr *)skb->data; |