]> git.itanic.dy.fi Git - linux-stable/commit
rtc: ac100: remove misuses of kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 14 Jan 2024 23:13:20 +0000 (15:13 -0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 15 Jan 2024 21:27:35 +0000 (22:27 +0100)
commiteea7615b684fc98cd0403beaaa2194e6f029c812
treec64eee229abe90f45c851b8ebe7079094ddad407
parente3d3fe7e7bf08820a83c9d9a4c38c7b29a2927f1
rtc: ac100: remove misuses of kernel-doc

Prevent kernel-doc warnings by changing "/**" to common comment
format "/*" in non-kernel-doc comments:

drivers/rtc/rtc-ac100.c:103: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * Clock controls for 3 clock output pins
drivers/rtc/rtc-ac100.c:382: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * RTC related bits

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: <linux-rtc@vger.kernel.org>
Link: https://lore.kernel.org/r/20240114231320.31437-1-rdunlap@infradead.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ac100.c