]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: coding style improvements (remove assignment in if statements)
authorIan Morris <ipm@chirality.org.uk>
Sun, 23 Nov 2014 21:28:43 +0000 (21:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Nov 2014 02:00:56 +0000 (21:00 -0500)
commit667650092911d0c30bdfbd2df4c5a612c6383eda
tree6b8beca04a01e147cf78284fef1e443e5df1f991
parent2a121cb2ad14c0631c6149246624e061770823bd
ipv6: coding style improvements (remove assignment in if statements)

This change has no functional impact and simply addresses some coding
style issues detected by checkpatch. Specifically this change
adjusts "if" statements which also include the assignment of a
variable.

No changes to the resultant object files result as determined by objdiff.

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
net/ipv6/addrconf.c
net/ipv6/ah6.c
net/ipv6/esp6.c
net/ipv6/icmp.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ip6_input.c
net/ipv6/ip6_output.c
net/ipv6/ip6_tunnel.c
net/ipv6/ip6_vti.c
net/ipv6/ndisc.c
net/ipv6/reassembly.c
net/ipv6/sit.c
net/ipv6/udp.c