From: David S. Miller Date: Fri, 3 Apr 2015 16:11:15 +0000 (-0400) Subject: Merge branch 'ipv4-null-cmp' X-Git-Tag: v4.14-rc1~5592^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bd66827220a7292bfbed54fb547c83363e07405;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 0bd66827220a7292bfbed54fb547c83363e07405