diff options
| author | Randy Dunlap <[email protected]> | 2021-11-14 19:05:17 -0800 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2021-11-16 15:12:05 +0100 |
| commit | be6c5ba2b00a24883162aae90a59429441b97619 (patch) | |
| tree | 0fb80f8968664ab7ad9f1d9fe6d82be6520c8ad9 | |
| parent | 385315decf65902768a0062b4e594f59f013025e (diff) | |
Bluetooth: btmrvl_main: repair a non-kernel-doc comment
Do not use "/**" to begin a non-kernel-doc comment.
Fixes this build warning:
drivers/bluetooth/btmrvl_main.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: kernel test robot <[email protected]>
Cc: Marcel Holtmann <[email protected]>
Cc: Johan Hedberg <[email protected]>
Cc: Luiz Augusto von Dentz <[email protected]>
Cc: [email protected]
Signed-off-by: Marcel Holtmann <[email protected]>
| -rw-r--r-- | drivers/bluetooth/btmrvl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c index 5ccbe4d459d0..181338f60530 100644 --- a/drivers/bluetooth/btmrvl_main.c +++ b/drivers/bluetooth/btmrvl_main.c @@ -1,4 +1,4 @@ -/** +/* * Marvell Bluetooth driver * * Copyright (C) 2009, Marvell International Ltd. |