aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-06-19 16:29:26 -0700
committerDavid S. Miller <davem@davemloft.net>2022-06-20 09:10:13 +0100
commit5da39e31b1b0eb62b8ed369ad9615da850239e9e (patch)
tree2e1362dc1d537f47eb7bec0e254f3428dd4461b5 /net/ipv6/raw.c
parentsfc/siena: Fix typo in comment (diff)
downloadlinux-dev-5da39e31b1b0eb62b8ed369ad9615da850239e9e.tar.xz
linux-dev-5da39e31b1b0eb62b8ed369ad9615da850239e9e.zip
raw: Fix mixed declarations error in raw_icmp_error().
The trailing semicolon causes a compiler error, so let's remove it. net/ipv4/raw.c: In function ‘raw_icmp_error’: net/ipv4/raw.c:266:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 266 | struct hlist_nulls_head *hlist; | ^~~~~~ Fixes: ba44f8182ec2 ("raw: use more conventional iterators") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions