]> Git Repo - linux.git/commit
bridge/br_netlink.c: no need to return void function
authorHangbin Liu <[email protected]>
Fri, 19 Apr 2024 08:02:00 +0000 (16:02 +0800)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Acked-by: Nikolay Aleksandrov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/bridge/br_netlink.c
This page took 0.069347 seconds and 4 git commands to generate.