diff mbox series

Bluetooth: btmrvl_main: repair a non-kernel-doc comment

Message ID 20211115030517.17931-1-rdunlap@infradead.org
State New
Headers show
Series Bluetooth: btmrvl_main: repair a non-kernel-doc comment | expand

Commit Message

Randy Dunlap Nov. 15, 2021, 3:05 a.m. UTC
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 <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>
Cc: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
---
 drivers/bluetooth/btmrvl_main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20211102.orig/drivers/bluetooth/btmrvl_main.c
+++ linux-next-20211102/drivers/bluetooth/btmrvl_main.c
@@ -1,4 +1,4 @@ 
-/**
+/*
  * Marvell Bluetooth driver
  *
  * Copyright (C) 2009, Marvell International Ltd.