aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-11-16 18:36:27 -0700
committerDavid S. Miller <davem@davemloft.net>2018-11-17 22:03:06 -0800
commit8a962c4aa1e6c0836985a5843f44d74fe3cced12 (patch)
treeeb2e663c084aff310dbdd76d31594da544049af5 /Makefile
parentMerge branch 'net-hns3-Add-vf-mtu-support' (diff)
downloadlinux-dev-8a962c4aa1e6c0836985a5843f44d74fe3cced12.tar.xz
linux-dev-8a962c4aa1e6c0836985a5843f44d74fe3cced12.zip
geneve: Initialize addr6 with memset
Clang warns: drivers/net/geneve.c:428:29: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] struct in6_addr addr6 = { 0 }; ^ {} Rather than trying to appease the various compilers that support the kernel, use memset, which is unambiguous. Fixes: a07966447f39 ("geneve: ICMP error lookup handler") Suggested-by: David S. Miller <davem@davemloft.net> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions