[PATCH 22/42] clk: at91: at91sam9g45: fix checkpatch.pl check
Claudiu Beznea
claudiu.beznea at tuxon.dev
Wed Jul 26 22:31:36 PDT 2023
Fix the following checkpatch.pl check:
drivers/clk/at91/at91sam9g45.c:235: CHECK: Please use a blank line after function/struct/union/enum declarations
Signed-off-by: Claudiu Beznea <claudiu.beznea at tuxon.dev>
---
drivers/clk/at91/at91sam9g45.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/at91/at91sam9g45.c b/drivers/clk/at91/at91sam9g45.c
index 684ce0f79d3b..868897fad3f0 100644
--- a/drivers/clk/at91/at91sam9g45.c
+++ b/drivers/clk/at91/at91sam9g45.c
@@ -241,6 +241,7 @@ static void __init at91sam9g45_pmc_setup(struct device_node *np)
err_free:
kfree(at91sam9g45_pmc);
}
+
/*
* The TCB is used as the clocksource so its clock is needed early. This means
* this can't be a platform driver.
--
2.39.2
More information about the linux-arm-kernel
mailing list