[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140103.205131.1429670011198294911.davem@davemloft.net>
Date: Fri, 03 Jan 2014 20:51:31 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: hkchu@...gle.com
Cc: edumazet@...gle.com, herbert@...dor.apana.org.au,
ogerlitz@...lanox.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net-gre-gro: Add GRE support to the GRO stack
From: "H.K. Jerry Chu" <hkchu@...gle.com>
Date: Fri, 3 Jan 2014 05:46:53 -0800
> + if (skb->ip_summed == CHECKSUM_COMPLETE)
> + NAPI_GRO_CB(skb)->csum = csum_sub(NAPI_GRO_CB(skb)->csum,
> + csum_partial(start, len, 0));
The csum_partial() call as argument needs to line up to exactly the
first column after the openning parenthesis of the csum_sub()
invocation.
You must use the appropriate number of TAB then SPACE characters
necessary to achieve this.
If you indent only using TABS then likely you are doing it wrong :)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists