提交 3dfb942f 编写于 作者: T Tobin C. Harding 提交者: Greg Kroah-Hartman

staging: ks7010: add struct comment to ks_sdio_card

ks_sdio_card structure description does not have a kernel doc format
comment.

Add kernel doc format comment to struct ks_sdio_card.
Signed-off-by: NTobin C. Harding <me@tobin.cc>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 18bd6dd1
...@@ -85,6 +85,14 @@ enum gen_com_reg_b { ...@@ -85,6 +85,14 @@ enum gen_com_reg_b {
#define KS7010_IRAM_ADDRESS 0x06000000 #define KS7010_IRAM_ADDRESS 0x06000000
/**
* struct ks_sdio_card - SDIO device data.
*
* Structure is used as the &struct sdio_func private data.
*
* @func: Pointer to the SDIO function device.
* @priv: Pointer to the &struct net_device private data.
*/
struct ks_sdio_card { struct ks_sdio_card {
struct sdio_func *func; struct sdio_func *func;
struct ks_wlan_private *priv; struct ks_wlan_private *priv;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册