]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
raw: remove unused variables from raw6_icmp_error()
authorEric Dumazet <edumazet@google.com>
Wed, 22 Jun 2022 03:23:03 +0000 (03:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:42:34 +0000 (14:42 +0200)
commitec699fb5e2d92b616222facb1ceed33dea97fa36
tree0077651d8a280589f1b50280638eafdc53cbb4b4
parentad2e5d90626d2d272f4647c78789f53b2a7fcad9
raw: remove unused variables from raw6_icmp_error()

commit c4fceb46add65481ef0dfb79cad24c3c269b4cad upstream.

saddr and daddr are set but not used.

Fixes: ba44f8182ec2 ("raw: use more conventional iterators")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Link: https://lore.kernel.org/r/20220622032303.159394-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/raw.c