]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/udp.c
net/ipv4: Move && and || to end of previous line
authorJoe Perches <joe@perches.com>
Mon, 23 Nov 2009 18:41:23 +0000 (10:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Nov 2009 18:41:23 +0000 (10:41 -0800)
commit9d4fb27db90043cd2640e4bc778f9c755d3c17c1
tree53f1b0851fdd02e78a18f1a9db57e7cc22e2b280
parent6ebfbc065624790772398f5b327ac33a7ae3880b
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 <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
net/ipv4/inet_lro.c
net/ipv4/ip_output.c
net/ipv4/ipconfig.c
net/ipv4/route.c
net/ipv4/tcp_htcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_lp.c
net/ipv4/tcp_output.c
net/ipv4/tcp_probe.c
net/ipv4/tcp_veno.c
net/ipv4/tcp_yeah.c
net/ipv4/udp.c