]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv6_null'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 17:51:59 +0000 (13:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 17:51:59 +0000 (13:51 -0400)
commit189274308d1bb1c7356ec6537f2f5dced2271c6c
treec314553dc093f5226913a247c36c03012f7d22d7
parentbc69b6bc38562b68a2d1774a71b4c95208998617
parent7080ae48d5dc0d1c51b2c23933b6f7ca8947e006
Merge branch 'ipv6_null'

Ian Morris says:

====================
ipv6: coding style - comparisons with NULL

The following patches address some coding style issues only. No
functional changes and no changes detected by objdiff.

The IPV6 code uses multiple different styles when comparing with NULL
(I.e. x == NULL and !x as well as x != NULL and x). Generally the
latter form is preferred according to checkpatch and so this changes
aligns the code to this style.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>