From: David S. Miller Date: Tue, 31 Mar 2015 17:51:59 +0000 (-0400) Subject: Merge branch 'ipv6_null' X-Git-Tag: omap-for-v4.2/o2_dc~131^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1695fb46eb5880dae70b4940a7d6bdf6e276104d;p=pandora-kernel.git 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 --- 1695fb46eb5880dae70b4940a7d6bdf6e276104d Reading git-diff-tree failed