Commit c3b67ea3 authored by Yang Shen's avatar Yang Shen Committed by Kalle Valo

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: default avatarYang Shen <shenyang39@huawei.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210517050141.61488-12-shenyang39@huawei.com
parent c707db1b
...@@ -821,7 +821,7 @@ int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif) ...@@ -821,7 +821,7 @@ int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif)
/** /**
* send test command to firmware * wl1271_cmd_test - send test command to firmware
* *
* @wl: wl struct * @wl: wl struct
* @buf: buffer containing the command, with all headers, must work with dma * @buf: buffer containing the command, with all headers, must work with dma
...@@ -850,7 +850,7 @@ int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer) ...@@ -850,7 +850,7 @@ int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer)
EXPORT_SYMBOL_GPL(wl1271_cmd_test); EXPORT_SYMBOL_GPL(wl1271_cmd_test);
/** /**
* read acx from firmware * wl1271_cmd_interrogate - read acx from firmware
* *
* @wl: wl struct * @wl: wl struct
* @id: acx id * @id: acx id
...@@ -879,7 +879,7 @@ int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, ...@@ -879,7 +879,7 @@ int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf,
} }
/** /**
* write acx value to firmware * wlcore_cmd_configure_failsafe - write acx value to firmware
* *
* @wl: wl struct * @wl: wl struct
* @id: acx id * @id: acx id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment