clk: renesas: cpg-mssr: Make srstclr[] comment block consistent
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 May 2021 09:17:22 +0000 (11:17 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 27 May 2021 13:27:16 +0000 (15:27 +0200)
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 <geert+renesas@glider.be>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/97dde75fe3ff27b9639c59a43cddbd9d5c405d0c.1620119700.git.geert+renesas@glider.be
drivers/clk/renesas/renesas-cpg-mssr.c

index c323039..21f762a 100644 (file)
@@ -100,7 +100,9 @@ static const u16 srcr_for_v3u[] = {
        0x2C20, 0x2C24, 0x2C28, 0x2C2C, 0x2C30, 0x2C34, 0x2C38,
 };
 
-/* Software Reset Clearing Register offsets */
+/*
+ * Software Reset Clearing Register offsets
+ */
 
 static const u16 srstclr[] = {
        0x940, 0x944, 0x948, 0x94C, 0x950, 0x954, 0x958, 0x95C,