]> git.baikalelectronics.ru Git - kernel.git/commit
netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc comments
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Sat, 27 Mar 2021 08:15:49 +0000 (16:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:56:55 +0000 (17:56 -0700)
commit5f6e562a9e4b1623b0e0ec654b47c7a66d0a0639
treeeef8d9898069935557b24d7e7b0c1bdcdc824a57
parent62bb5fb8557782e2e16dfa8a6e660f0a3153f024
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>
net/netlabel/netlabel_mgmt.c