Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiongfeng Wang and committed by
David S. Miller
af825087 3ba937fb

+1 -1
+1 -1
net/core/dev_addr_lists.c
··· 723 723 EXPORT_SYMBOL(dev_uc_flush); 724 724 725 725 /** 726 - * dev_uc_flush - Init unicast address list 726 + * dev_uc_init - Init unicast address list 727 727 * @dev: device 728 728 * 729 729 * Init unicast address list.