All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] arm: Remove an unneeded semicolon
@ 2021-05-08  9:54 Zhen Lei
  2021-05-10  9:20 ` Jesper Nilsson
  0 siblings, 1 reply; 2+ messages in thread
From: Zhen Lei @ 2021-05-08  9:54 UTC (permalink / raw)
  To: Jesper Nilsson, Lars Persson, Russell King, linux-arm-kernel,
	linux-arm-kernel
  Cc: Zhen Lei

The semicolon immediately following '}' is unneeded.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
 arch/arm/mach-artpec/board-artpec6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-artpec/board-artpec6.c b/arch/arm/mach-artpec/board-artpec6.c
index d3cf3e8603e81b2..c27e7bbcd7bc277 100644
--- a/arch/arm/mach-artpec/board-artpec6.c
+++ b/arch/arm/mach-artpec/board-artpec6.c
@@ -39,7 +39,7 @@ static void __init artpec6_init_machine(void)
 		 */
 		regmap_write(regmap, ARTPEC6_DMACFG_REGNUM,
 			     ARTPEC6_DMACFG_UARTS_BURST);
-	};
+	}
 }
 
 static void artpec6_l2c310_write_sec(unsigned long val, unsigned reg)
-- 
2.26.0.106.g9fadedd



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] arm: Remove an unneeded semicolon
  2021-05-08  9:54 [PATCH 1/1] arm: Remove an unneeded semicolon Zhen Lei
@ 2021-05-10  9:20 ` Jesper Nilsson
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Nilsson @ 2021-05-10  9:20 UTC (permalink / raw)
  To: Zhen Lei
  Cc: Jesper Nilsson, Lars Persson, Russell King, linux-arm-kernel,
	linux-arm-kernel

On Sat, May 08, 2021 at 11:54:51AM +0200, Zhen Lei wrote:
> The semicolon immediately following '}' is unneeded.
> 
> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-10  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  9:54 [PATCH 1/1] arm: Remove an unneeded semicolon Zhen Lei
2021-05-10  9:20 ` Jesper Nilsson

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.