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

netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc comments

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

net/netlabel/netlabel_mgmt.c:78: warning: expecting prototype for netlbl_mgmt_add(). Prototype was for netlbl_mgmt_add_common() 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
3ba937fb 37569287

+1 -1
+1 -1
net/netlabel/netlabel_mgmt.c
··· 63 63 */ 64 64 65 65 /** 66 - * netlbl_mgmt_add - Handle an ADD message 66 + * netlbl_mgmt_add_common - Handle an ADD message 67 67 * @info: the Generic NETLINK info block 68 68 * @audit_info: NetLabel audit information 69 69 *