diff mbox series

thermal: db8500: remove kernel-doc notation from data

Message ID 20240115010117.8383-1-rdunlap@infradead.org
State New
Headers show
Series thermal: db8500: remove kernel-doc notation from data | expand

Commit Message

Randy Dunlap Jan. 15, 2024, 1:01 a.m. UTC
Don't mark data with a "/**" comment. kernel-doc does not support
documenting data definitions. This change prevents a kernel-doc
warning.

db8500_thermal.c:27: warning: cannot understand function prototype: 'const unsigned long db8500_thermal_points[] = '

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Hongbo Zhang <hongbo.zhang@stericsson.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Lukasz Luba <lukasz.luba@arm.com>
Cc: linux-pm@vger.kernel.org
---
 drivers/thermal/db8500_thermal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff -- a/drivers/thermal/db8500_thermal.c b/drivers/thermal/db8500_thermal.c
--- a/drivers/thermal/db8500_thermal.c
+++ b/drivers/thermal/db8500_thermal.c
@@ -20,7 +20,7 @@ 
 #define PRCMU_DEFAULT_MEASURE_TIME	0xFFF
 #define PRCMU_DEFAULT_LOW_TEMP		0
 
-/**
+/*
  * db8500_thermal_points - the interpolation points that trigger
  * interrupts
  */