Re: [PATCH net-next 1/2] net: Pre-step for supporting GRO on vxlan traffic
From: Or Gerlitz <hidden> Date: 2014-01-04 21:38:25
On Sat, Jan 4, 2014 at 2:34 AM, David Miller [off-list ref] wrote:
From: Or Gerlitz <redacted>
Date: Thu, 2 Jan 2014 15:27:55 +0200
Never start conditional continuation lines with the conditional operator.
Operators in a chain always _end_ a line, never begin them.
OK, will do. I will also rebase patch 2/2 on top of Jerry's gre-gro
patch to use the gro_find_xxx_by_type helpers.
Or.