diff options
author | Lee Jones <[email protected]> | 2021-05-28 10:06:18 +0100 |
---|---|---|
committer | Pavel Machek <[email protected]> | 2021-05-28 11:38:55 +0200 |
commit | 2c175615cdfb5cc45c1b0903722ca2bc26bf6f79 (patch) | |
tree | 991096b615def794c05437775342fc76bdf1fa8d | |
parent | 6a3a871b4baa4fe983038a3a64c05a55ce640797 (diff) |
leds: leds-bcm6328: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s):
drivers/leds/leds-bcm6328.c:97: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Cc: Pavel Machek <[email protected]>
Cc: "Fernández Rojas" <[email protected]>
Cc: Jonas Gorski <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Pavel Machek <[email protected]>
-rw-r--r-- | drivers/leds/leds-bcm6328.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-bcm6328.c b/drivers/leds/leds-bcm6328.c index 226d17d253ed..2d4d87957a30 100644 --- a/drivers/leds/leds-bcm6328.c +++ b/drivers/leds/leds-bcm6328.c @@ -93,7 +93,7 @@ static unsigned long bcm6328_led_read(void __iomem *reg) #endif } -/** +/* * LEDMode 64 bits / 24 LEDs * bits [31:0] -> LEDs 8-23 * bits [47:32] -> LEDs 0-7 |