wlcore: Fix missing function name in comments
authorYang Shen <shenyang39@huawei.com>
Mon, 17 May 2021 05:01:41 +0000 (13:01 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 Jun 2021 13:10:47 +0000 (16:10 +0300)
commitc3b67ea3d97a5e08f7ccb0e2c90b0913b92c01cc
tree04a219a59aa479f3620c630121685a5c6585b2cf
parentc707db1b2e7ba62e78998544a257fc68a3c4edd7
wlcore: Fix missing function name in comments

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

 drivers/net/wireless/ti/wlcore/cmd.c:824: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 drivers/net/wireless/ti/wlcore/cmd.c:853: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 drivers/net/wireless/ti/wlcore/cmd.c:882: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Yang Shen <shenyang39@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210517050141.61488-12-shenyang39@huawei.com
drivers/net/wireless/ti/wlcore/cmd.c