aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-03-31 13:51:59 -0400
committerDavid S. Miller <davem@davemloft.net>2015-03-31 13:51:59 -0400
commit1695fb46eb5880dae70b4940a7d6bdf6e276104d (patch)
treec314553dc093f5226913a247c36c03012f7d22d7 /net/ipv4/tcp_metrics.c
parentMerge branch 'bnx2x-next' (diff)
parentipv6: coding style: comparison for inequality with NULL (diff)
downloadlinux-dev-1695fb46eb5880dae70b4940a7d6bdf6e276104d.tar.xz
linux-dev-1695fb46eb5880dae70b4940a7d6bdf6e276104d.zip
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>
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
0 files changed, 0 insertions, 0 deletions