OSDN Git Service

net: bonding: Correct function name bond_change_active_slave() in comment
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 29 Mar 2021 12:42:57 +0000 (20:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 20:42:44 +0000 (13:42 -0700)
commitacf61b3d84ccb325924a1ae320403f82858dba0f
tree46c4cf39b7e4c06e4b30256238acc883bd31e0cd
parent4db0964a75a2835c7e4a5051cf99e0e63f9775f9
net: bonding: Correct function name bond_change_active_slave() in comment

Fix the following make W=1 kernel build warning:

 drivers/net/bonding/bond_main.c:982: warning: expecting prototype for change_active_interface(). Prototype was for bond_change_active_slave() instead

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c