提交 a86974f7 编写于 作者: T Tedd Ho-Jeong An 提交者: Marcel Holtmann

Bluetooth: Remove kernel-doc style comment block

This patch changes the kernel-doc style comment block to common comment
block. These files don't support kernel-doc style so no need to use the
kernel-doc style. Also, they cause the warning when W=1 option is used
as below.

drivers/bluetooth/hci_ll.c:518: warning: Function parameter or member 'lldev' not described in 'download_firmware'
drivers/bluetooth/btmrvl_debugfs.c:29: warning: cannot understand function prototype: 'struct btmrvl_debugfs_data '
drivers/bluetooth/btmrvl_sdio.c:36: warning: expecting prototype for Marvell BT-over-SDIO driver(). Prototype was for VERSION() instead
Signed-off-by: NTedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 aa17e8ce
/** /*
* Marvell Bluetooth driver: debugfs related functions * Marvell Bluetooth driver: debugfs related functions
* *
* Copyright (C) 2009, Marvell International Ltd. * Copyright (C) 2009, Marvell International Ltd.
......
/** /*
* Marvell BT-over-SDIO driver: SDIO interface related functions. * Marvell BT-over-SDIO driver: SDIO interface related functions.
* *
* Copyright (C) 2009, Marvell International Ltd. * Copyright (C) 2009, Marvell International Ltd.
......
...@@ -509,7 +509,7 @@ static int send_command_from_firmware(struct ll_device *lldev, ...@@ -509,7 +509,7 @@ static int send_command_from_firmware(struct ll_device *lldev,
return 0; return 0;
} }
/** /*
* download_firmware - * download_firmware -
* internal function which parses through the .bts firmware * internal function which parses through the .bts firmware
* script file intreprets SEND, DELAY actions only as of now * script file intreprets SEND, DELAY actions only as of now
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册