* [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon
@ 2026-07-14 5:30 Chen Ni
2026-07-14 13:23 ` Duje Mihanović
2026-07-16 14:28 ` Brian Masney
0 siblings, 2 replies; 3+ messages in thread
From: Chen Ni @ 2026-07-14 5:30 UTC (permalink / raw)
To: duje, mturquette, sboyd
Cc: bmasney, linux-arm-kernel, linux-clk, linux-kernel, Chen Ni
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
drivers/clk/mmp/clk-pxa1908-apbcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/mmp/clk-pxa1908-apbcp.c b/drivers/clk/mmp/clk-pxa1908-apbcp.c
index 1aa476103553..4e646e8b7440 100644
--- a/drivers/clk/mmp/clk-pxa1908-apbcp.c
+++ b/drivers/clk/mmp/clk-pxa1908-apbcp.c
@@ -61,7 +61,7 @@ static void pxa1908_clk_reset_init(struct device_node *np,
cells[i].bits = BIT(2);
cells[i].flags = 0;
cells[i].lock = apbcp_gate_clks[i].lock;
- };
+ }
mmp_clk_reset_register(np, cells, nr_cells);
}
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon
2026-07-14 5:30 [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon Chen Ni
@ 2026-07-14 13:23 ` Duje Mihanović
2026-07-16 14:28 ` Brian Masney
1 sibling, 0 replies; 3+ messages in thread
From: Duje Mihanović @ 2026-07-14 13:23 UTC (permalink / raw)
To: mturquette, sboyd, Chen Ni
Cc: bmasney, linux-arm-kernel, linux-clk, linux-kernel, Chen Ni
On Tuesday, 14 July 2026 07:30:59 Central European Summer Time Chen Ni wrote:
> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
>
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Acked-by: Duje Mihanović <duje@dujemihanovic.xyz>
Regards,
--
Duje
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon
2026-07-14 5:30 [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon Chen Ni
2026-07-14 13:23 ` Duje Mihanović
@ 2026-07-16 14:28 ` Brian Masney
1 sibling, 0 replies; 3+ messages in thread
From: Brian Masney @ 2026-07-16 14:28 UTC (permalink / raw)
To: Chen Ni; +Cc: duje, mturquette, sboyd, linux-arm-kernel, linux-clk,
linux-kernel
On Tue, Jul 14, 2026 at 01:30:59PM +0800, Chen Ni wrote:
> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
>
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Brian Masney <bmasney@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-16 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 5:30 [PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon Chen Ni
2026-07-14 13:23 ` Duje Mihanović
2026-07-16 14:28 ` Brian Masney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.