From: David Woodhouse <dwmw2@infradead.org>
Date: Wed, 28 Nov 2012 17:01:10 +0000
On Wed, 2012-11-28 at 11:41 -0500, David Miller wrote:
quoted
Please:
if (X ||
Y ||
Z)
not:
if (X
|| Y
|| Z)
Thanks. Fixed in both Krzysztof's original pppoatm version, and my
br2684 patch, in the git tree at git://git.infradead.org/~dwmw2/atm.git
I knew there was something else that offended me about the original,
other than just the whitespace (which is also fixed).
Do you want me to pull that tree into net-next or is there a plan to
repost the entire series of work for a final submission?