netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Net-next: ipv4: type issue, remove erroneous semicolon
@ 2013-04-22 10:17 Chen Gang
  2013-04-22 14:32 ` Sergei Shtylyov
  2013-04-22 19:44 ` [PATCH] Net-next: ipv4: type " David Miller
  0 siblings, 2 replies; 13+ messages in thread
From: Chen Gang @ 2013-04-22 10:17 UTC (permalink / raw)
  To: pshelar, kuznet, jmorris, yoshfuji, kaber; +Cc: David Miller, netdev


  need remove erroneous semicolon.

  the related commit number: c54419321455631079c7d6e60bc732dd0c5914c5

  Find it by EXTRA_CFLAGS=-W


Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
 net/ipv4/ip_gre.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c
index 987a4e5..c625e4d 100644
--- 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;
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-04-25  8:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 10:17 [PATCH] Net-next: ipv4: type issue, remove erroneous semicolon Chen Gang
2013-04-22 14:32 ` Sergei Shtylyov
2013-04-23  1:12   ` Chen Gang
2013-04-23  2:45     ` [PATCH v2] Net-next: ipv4: typo " Chen Gang
2013-04-23  5:16       ` David Miller
2013-04-23  6:35         ` Chen Gang
2013-04-23  6:45         ` [PATCH net-next v3] net: " Chen Gang
2013-04-24 18:09           ` Pravin Shelar
2013-04-25  1:20             ` Chen Gang
2013-04-25  8:08           ` David Miller
2013-04-25  8:15             ` Chen Gang
2013-04-22 19:44 ` [PATCH] Net-next: ipv4: type " David Miller
2013-04-23  1:46   ` Chen Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).