]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bridge/br_netlink.c: no need to return void function
authorHangbin Liu <liuhangbin@gmail.com>
Fri, 19 Apr 2024 08:02:00 +0000 (16:02 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2024 10:57:14 +0000 (11:57 +0100)
commit4fd1edcdf13c0d234543ecf502092be65c5177db
treed7e7a5bdb5e95e98b95e60466774a985a3decac4
parent70dcdf5f8c41ce2379d48d497db10af4a09ea075
bridge/br_netlink.c: no need to return void function

br_info_notify is a void function. There is no need to return.

Fixes: b6d0425b816e ("bridge: cfm: Netlink Notifications.")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netlink.c