ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilter
authorZhengchao Shao <shaozhengchao@huawei.com>
Tue, 27 Feb 2024 00:57:45 +0000 (08:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Feb 2024 11:33:07 +0000 (11:33 +0000)
commit2e26b6dfade4db750809b9231cce49498bb71767
tree973046a9418155e3bd5a135ee5727d306774ee80
parent26311cd112d05abe8cbe87189c93fa25cc25709b
ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilter

The input parameter 'level' in rawv6_get/seticmpfilter is not used.
Therefore, remove it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/raw.c