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)
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>

No differences found