From: Joe Perches Date: Mon, 23 Nov 2009 18:41:23 +0000 (-0800) Subject: net/ipv4: Move && and || to end of previous line X-Git-Tag: v2.6.33-rc1~388^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4fb27db90043cd2640e4bc778f9c755d3c17c1;p=pandora-kernel.git net/ipv4: Move && and || to end of previous line On Sun, 2009-11-22 at 16:31 -0800, David Miller wrote: > It should be of the form: > if (x && > y) > > or: > if (x && y) > > Fix patches, rather than complaints, for existing cases where things > do not follow this pattern are certainly welcome. Also collapsed some multiple tabs to single space. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed