Skip to content

Commit 3f6ecaf

Browse files
committed
clk: renesas: cpg-mssr: Make srstclr[] comment block consistent
Make the style of the comment block for the Software Reset Clearing Register offsets consistent with the comment blocks for the other register offsets. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/97dde75fe3ff27b9639c59a43cddbd9d5c405d0c.1620119700.git.geert+renesas@glider.be
1 parent 682b108 commit 3f6ecaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/clk/renesas/renesas-cpg-mssr.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ static const u16 srcr_for_v3u[] = {
100100
0x2C20, 0x2C24, 0x2C28, 0x2C2C, 0x2C30, 0x2C34, 0x2C38,
101101
};
102102

103-
/* Software Reset Clearing Register offsets */
103+
/*
104+
* Software Reset Clearing Register offsets
105+
*/
104106

105107
static const u16 srstclr[] = {
106108
0x940, 0x944, 0x948, 0x94C, 0x950, 0x954, 0x958, 0x95C,

0 commit comments

Comments
 (0)