diff options
author | David S. Miller <davem@davemloft.net> | 2015-04-03 19:11:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-03 19:11:15 +0300 |
commit | 0bd66827220a7292bfbed54fb547c83363e07405 (patch) | |
tree | 627f419868eac50f1ae8582915827b2525fc5999 /include/linux | |
parent | 11a9c7821c583aa22b35f37fba20539def9e8f14 (diff) | |
parent | 00db41243e8d5032c2e0f5bf6063bb19324bfdb3 (diff) | |
download | linux-0bd66827220a7292bfbed54fb547c83363e07405.tar.xz |
Merge branch 'ipv4-null-cmp'
Ian Morris says:
====================
ipv4: coding style - comparisons with NULL
Per the suggestion of Joe Perches, attached is a patch which aligns the
coding style in ipv4 for comparisons with NULL.
The 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 in netdev and so this changes aligns the code to this style.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions