mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
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
This commit is contained in:
@@ -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
|
||||
* @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)
|
||||
EXPORT_SYMBOL_GPL(wl1271_cmd_test);
|
||||
|
||||
/**
|
||||
* read acx from firmware
|
||||
* wl1271_cmd_interrogate - read acx from firmware
|
||||
*
|
||||
* @wl: wl struct
|
||||
* @id: acx id
|
||||
@@ -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
|
||||
* @id: acx id
|
||||
|
||||
Reference in New Issue
Block a user