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:
0eb43b4
)
net: ipv4: typo issue, remove erroneous semicolon
author
Chen Gang
<
[email protected]
>
Mon, 22 Apr 2013 20:45:42 +0000
(20:45 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 25 Apr 2013 08:07:45 +0000
(
04:07
-0400)
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 <
[email protected]
>
Acked-by: Pravin B Shelar <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv4/ip_gre.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ip_gre.c
b/net/ipv4/ip_gre.c
index 987a4e5e07e2d3d5352de4cd8115909449183015..c625e4dad4b05066d92fe02d1778b555234d0f2a 100644
(file)
--- a/
net/ipv4/ip_gre.c
+++ b/
net/ipv4/ip_gre.c
@@
-444,7
+444,7
@@
static netdev_tx_t ipgre_xmit(struct sk_buff *skb,
if (dev->header_ops) {
/* Need space for new headers */
if (skb_cow_head(skb, dev->needed_headroom -
- (tunnel->hlen + sizeof(struct iphdr))))
;
+ (tunnel->hlen + sizeof(struct iphdr))))
goto free_skb;
tnl_params = (const struct iphdr *)skb->data;