OSDN Git Service

net: core: Correct function name dev_uc_flush() in the kerneldoc
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Sat, 27 Mar 2021 08:15:50 +0000 (16:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:56:56 +0000 (17:56 -0700)
commitaf825087433fb94a431edf387c1265463fce3bd1
tree4dd0c1135acd026430a52dbcb420682c82b6f253
parent3ba937fb95e877f73b33c5b482f303dd9a8bf4fa
net: core: Correct function name dev_uc_flush() in the kerneldoc

Fix the following W=1 kernel build warning(s):

 net/core/dev_addr_lists.c:732: warning: expecting prototype for dev_uc_flush(). Prototype was for dev_uc_init() instead

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_addr_lists.c