Skip to content

Commit

Permalink
clk: renesas: cpg-mssr: Make srstclr[] comment block consistent
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Geert Uytterhoeven committed May 27, 2021
1 parent 682b108 commit 3f6ecaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/clk/renesas/renesas-cpg-mssr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f6ecaf

Please sign in to comment.