Skip to content

Commit eea7615

Browse files
rddunlapalexandrebelloni
authored andcommitted
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>
1 parent e3d3fe7 commit eea7615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/rtc/rtc-ac100.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct ac100_rtc_dev {
9999
struct clk_hw_onecell_data *clk_data;
100100
};
101101

102-
/**
102+
/*
103103
* Clock controls for 3 clock output pins
104104
*/
105105

@@ -378,7 +378,7 @@ static void ac100_rtc_unregister_clks(struct ac100_rtc_dev *chip)
378378
clk_unregister_fixed_rate(chip->rtc_32k_clk->clk);
379379
}
380380

381-
/**
381+
/*
382382
* RTC related bits
383383
*/
384384
static int ac100_rtc_get_time(struct device *dev, struct rtc_time *rtc_tm)

0 commit comments

Comments
 (0)