Bluetooth: Remove kernel-doc style comment block
authorTedd Ho-Jeong An <tedd.an@intel.com>
Sat, 15 Jan 2022 01:03:29 +0000 (17:03 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 21 Jan 2022 20:41:51 +0000 (21:41 +0100)
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 <tedd.an@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_debugfs.c
drivers/bluetooth/btmrvl_sdio.c
drivers/bluetooth/hci_ll.c

index c4867576be00899c83aae0cb90e852480c9ccb89..db35b917aecfcfae1dd3f9d938206758ac4669c5 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Marvell Bluetooth driver: debugfs related functions
  *
  * Copyright (C) 2009, Marvell International Ltd.
index 68378b42ea7fdde1bc705f5fc9238bbba9b6e227..b8ef66f89fc100f3062270f0590be5e18316c9fa 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Marvell BT-over-SDIO driver: SDIO interface related functions.
  *
  * Copyright (C) 2009, Marvell International Ltd.
index eb1e736efeebbd1a250fb43fb15e4798c97b92e9..4eb420a9ed04e4591c2be15368baf88f63c11e1e 100644 (file)
@@ -509,7 +509,7 @@ static int send_command_from_firmware(struct ll_device *lldev,
        return 0;
 }
 
-/**
+/*
  * download_firmware -
  *     internal function which parses through the .bts firmware
  *     script file intreprets SEND, DELAY actions only as of now