thermal/drivers/uniphier: Use regular comment syntax
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 13 Jan 2023 06:45:07 +0000 (22:45 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 16 Jan 2023 10:22:29 +0000 (11:22 +0100)
commit5bc494a8ce397efba41277463cd38d3866a78090
treec19ad07e58e14dd06d7d16a0f75179ccbbc02f99
parent6d5dad7b98cf0fa7f79fd5a565df6e6a51daf12b
thermal/drivers/uniphier: Use regular comment syntax

Use "/*" comment for the file's initial comment since it is not
in kernel-doc format. This prevents a kernel-doc warning:

drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Amit Kucheria <amitk@kernel.org>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: linux-pm@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20230113064507.17224-1-rdunlap@infradead.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/uniphier_thermal.c