]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: renesas: Remove duplicate and trailing empty lines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 8 Sep 2024 21:10:40 +0000 (23:10 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 1 Oct 2024 07:13:38 +0000 (09:13 +0200)
Remove the duplicate and trailing empty lines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20240908211056.230784-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/clk-r8a73a4.c
drivers/clk/renesas/clk-r8a7778.c
drivers/clk/renesas/r8a779a0-cpg-mssr.c
drivers/clk/renesas/r9a09g011-cpg.c
drivers/clk/renesas/rcar-cpg-lib.c
drivers/clk/renesas/rcar-gen3-cpg.c
drivers/clk/renesas/renesas-cpg-mssr.c

index 4b1815147f7769fc0207bb1d7977346cdea54a4e..f331d8bc9dafb2bc6b75da9aa6d69620de070118 100644 (file)
@@ -64,7 +64,6 @@ r8a73a4_cpg_register_clock(struct device_node *np, struct r8a73a4_cpg *cpg,
        unsigned int mult = 1;
        unsigned int div = 1;
 
-
        if (!strcmp(name, "main")) {
                u32 ckscr = readl(base + CPG_CKSCR);
 
index 797556259370bbff8568b7241f49cb97733e79b4..6ea173f22251bc9be0dac652e96499c1b3c0bdb1 100644 (file)
@@ -67,7 +67,6 @@ r8a7778_cpg_register_clock(struct device_node *np, const char *name)
        return ERR_PTR(-EINVAL);
 }
 
-
 static void __init r8a7778_cpg_clocks_init(struct device_node *np)
 {
        struct clk_onecell_data *data;
index 4c8e4c69c1bfaaa05c4c38da0e3b1bcc6aca7623..9c7e4094705c72bfe44bf96680f967f68de784cd 100644 (file)
@@ -266,7 +266,6 @@ static const struct rcar_gen4_cpg_pll_config cpg_pll_configs[4] __initconst = {
        { 2,            128,    1,      192,    1,      32,     },
 };
 
-
 static int __init r8a779a0_cpg_mssr_init(struct device *dev)
 {
        const struct rcar_gen4_cpg_pll_config *cpg_pll_config;
index dda9f29dff3337f3db29c1f6afb1fff46efb50bc..22272279b104fabeca2a42b4a9beb78eabcbc355 100644 (file)
@@ -98,7 +98,6 @@ static const struct clk_div_table dtable_divd[] = {
        {0, 0},
 };
 
-
 static const struct clk_div_table dtable_divw[] = {
        {0, 6},
        {1, 7},
index 42b126ea3e1337c1a996770e3f46bdaae7a6fa59..a45f8e7e9ab676f5a51f704bb364868145159dff 100644 (file)
@@ -206,4 +206,3 @@ struct clk * __init cpg_rpcd2_clk_register(const char *name,
 
        return clk;
 }
-
index 20b89eb6c35c1f0717104e53f63598b4c8db2087..027100e84ee4c429683d9a48fea745cac9cd0be0 100644 (file)
@@ -335,7 +335,6 @@ static u32 cpg_quirks __initdata;
 
 #define RCKCR_CKSEL    BIT(1)          /* Manual RCLK parent selection */
 
-
 static const struct soc_device_attribute cpg_quirks_match[] __initconst = {
        {
                .soc_id = "r8a7796", .revision = "ES1.0",
index 1b421b8097965b70837eac19a05a981b1caa3acb..79e7a90c3b1befe187b09f8138ad67581aa93b3e 100644 (file)
@@ -39,7 +39,6 @@
 #define WARN_DEBUG(x)  do { } while (0)
 #endif
 
-
 /*
  * Module Standby and Software Reset register offets.
  *
@@ -716,7 +715,6 @@ static inline int cpg_mssr_reset_controller_register(struct cpg_mssr_priv *priv)
 }
 #endif /* !CONFIG_RESET_CONTROLLER */
 
-
 static const struct of_device_id cpg_mssr_match[] = {
 #ifdef CONFIG_CLK_R7S9210
        {