xfrm: change the type of xfrm_register_km and xfrm_unregister_km
authorZhengchao Shao <shaozhengchao@huawei.com>
Wed, 15 Jun 2022 01:55:19 +0000 (09:55 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 24 Jun 2022 08:19:11 +0000 (10:19 +0200)
commitf41b284a2c187c299f496f6fa1914ec986bdf0ee
tree41f2df2ebf0244f155af8c444993e6deacff440c
parent924b290655c0f17ac84e752addfc9bc3ec361069
xfrm: change the type of xfrm_register_km and xfrm_unregister_km

Functions xfrm_register_km and xfrm_unregister_km do always return 0,
change the type of functions to void.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/net/xfrm.h
net/key/af_key.c
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c