OSDN Git Service

team: add __exit modifier to team_nl_fini()
authorZhengchao Shao <shaozhengchao@huawei.com>
Mon, 7 Aug 2023 01:25:52 +0000 (09:25 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Aug 2023 22:04:04 +0000 (15:04 -0700)
commit8958ef511a01d395234638c68a77a226cf3f541f
tree5a9b7de9f23bd9b76e2ea95ae4590be2f33eae1d
parent6f9728dd4439d349672c0c4c834e07dd8693363a
team: add __exit modifier to team_nl_fini()

team_nl_fini is only called when the module exits, so add the __exit
modifier to it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20230807012556.3146071-2-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/team/team.c