Skip to content

Commit a86974f

Browse files
tedd-anholtmann
authored andcommitted
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: Tedd Ho-Jeong An <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent aa17e8c commit a86974f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/bluetooth/btmrvl_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Marvell Bluetooth driver: debugfs related functions
33
*
44
* Copyright (C) 2009, Marvell International Ltd.

drivers/bluetooth/btmrvl_sdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Marvell BT-over-SDIO driver: SDIO interface related functions.
33
*
44
* Copyright (C) 2009, Marvell International Ltd.

drivers/bluetooth/hci_ll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ static int send_command_from_firmware(struct ll_device *lldev,
509509
return 0;
510510
}
511511

512-
/**
512+
/*
513513
* download_firmware -
514514
* internal function which parses through the .bts firmware
515515
* script file intreprets SEND, DELAY actions only as of now

0 commit comments

Comments
 (0)