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>
Showing
- net/ipv4/inet_lro.c 18 additions, 18 deletionsnet/ipv4/inet_lro.c
- net/ipv4/ip_output.c 4 additions, 2 deletionsnet/ipv4/ip_output.c
- net/ipv4/ipconfig.c 6 additions, 7 deletionsnet/ipv4/ipconfig.c
- net/ipv4/route.c 10 additions, 9 deletionsnet/ipv4/route.c
- net/ipv4/tcp_htcp.c 5 additions, 5 deletionsnet/ipv4/tcp_htcp.c
- net/ipv4/tcp_input.c 2 additions, 2 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_lp.c 2 additions, 2 deletionsnet/ipv4/tcp_lp.c
- net/ipv4/tcp_output.c 2 additions, 2 deletionsnet/ipv4/tcp_output.c
- net/ipv4/tcp_probe.c 2 additions, 2 deletionsnet/ipv4/tcp_probe.c
- net/ipv4/tcp_veno.c 2 additions, 3 deletionsnet/ipv4/tcp_veno.c
- net/ipv4/tcp_yeah.c 2 additions, 2 deletionsnet/ipv4/tcp_yeah.c
- net/ipv4/udp.c 18 additions, 18 deletionsnet/ipv4/udp.c
Loading
Please register or sign in to comment