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)
commite5d08d718a7cd72c6aa79b5f0c309d9f0d7e4a95
tree6b8beca04a01e147cf78284fef1e443e5df1f991
parent78e2045d3d562e43562e3cbf0e96c26e38a718e9
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
This page took 0.043544 seconds and 5 git commands to generate.