From nobody Sun Jun 21 00:15:44 2026 Received: from mo-csw-fb.securemx.jp (mo-csw-fb1122.securemx.jp [210.130.202.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B0F9434CFC6 for ; Thu, 9 Apr 2026 06:59:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.130.202.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775717966; cv=none; b=nlqkWTV5DxU4zK9XD710rPXTYBVJUXDdtJ/jZ5epNDnZiKxn4A6kq5MDgFk+uqgqwoHEjBTw6BP4m0x3QDoSiEe8iHPany8Z5MFrmispb9TyrTPwDkhyyB5uxqS67z3kgmRQjo/yCdAhQm6XVnr9sPYVA8/ku9xGbjBBCvIOEns= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775717966; c=relaxed/simple; bh=IFtQPM0v9f/Ht9CKjEpstDFF8/yEsRtHzWVQ7oLLg2c=; h=From:To:Cc:Subject:Date:Message-Id; b=Xc8ciF10dlKxxDPnrhvRMKtM7EjNvC+qX/hIJd6VPfhnllqUMgD6527YhbjuiGxGbx5VZ2CcsAla2htkCGPEqrqnCLPZ87Y0amjA9114/eh0hxBNQfD892UBB8fGnrJ8ofmFwhu81NpauMglNDEki/X6araaAojnmJLJtX4TyFA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=mail.toshiba; spf=pass smtp.mailfrom=mail.toshiba; dkim=pass (2048-bit key) header.d=mail.toshiba header.i=nobuhiro.iwamatsu.x90@mail.toshiba header.b=L9+sxYOi; arc=none smtp.client-ip=210.130.202.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=mail.toshiba Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mail.toshiba Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mail.toshiba header.i=nobuhiro.iwamatsu.x90@mail.toshiba header.b="L9+sxYOi" Received: by mo-csw-fb.securemx.jp (mx-mo-csw-fb1122) id 63952394862153; Thu, 9 Apr 2026 14:02:03 +0900 DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=mail.toshiba;h=From:To:Cc: Subject:Date:Message-Id;i=nobuhiro.iwamatsu.x90@mail.toshiba;s=key2.smx;t= 1775710898;x=1776920498;bh=IFtQPM0v9f/Ht9CKjEpstDFF8/yEsRtHzWVQ7oLLg2c=;b=L9+ sxYOi1IiwN0AXCc6tAIsIFFrucFS4L45cbTALuP0Gsv83j/iW3EAeb67JQi0AkMXqJfwOB89HWWDT PHS2HVVpy2aPWfpDTakm1/6qzMjd32je4ZzUhXPZcfZVK35IHxfQEVSbVGwHo6HkxCL9nhbqO7qg1 7jB0tlGm0c53Hiuj6W/J1KJXa/1WOAxbn4q0NeG7iOePbPonHGPFtkdpFIq/rvn1JW3FAGZmMCN48 rzHAUvGTeJWuOE4lDqLd3V6i9uX0Mj94p07u5agUP1kfgksnGolMGA65TU3nzjekgpLa16Waeqnvx qmsJttdgVJ1adNqubtQHeXstoSmaL1g==; Received: by mo-csw.securemx.jp (mx-mo-csw1120) id 63951cid702274; Thu, 9 Apr 2026 14:01:38 +0900 X-Iguazu-Qid: 2rWh3Ooo9YJKFhWMxT X-Iguazu-QSIG: v=2; s=0; t=1775710898; q=2rWh3Ooo9YJKFhWMxT; m=O4FMvyWzWZhJO9Lh0QHrXbc2XKPM8LF056CAxSkliv0= Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) id 4frnpS71rRz1xnf; Thu, 9 Apr 2026 14:01:36 +0900 (JST) From: Nobuhiro Iwamatsu To: jesper.nilsson@axis.com, lars.persson@axis.com Cc: linux-arm-kernel@axis.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nobuhiro Iwamatsu Subject: [PATCH] arm: artpec: Remove unnecessary semicolons in artpec6_init_machine() Date: Thu, 9 Apr 2026 14:01:26 +0900 X-TSB-HOP2: ON Message-Id: <1775710886-13833-1-git-send-email-nobuhiro.iwamatsu.x90@mail.toshiba> X-Mailer: git-send-email 2.7.4 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Remove unnecessary semicolons in artpec6_init_machine(). Signed-off-by: Nobuhiro Iwamatsu Acked-by: Jesper Nilsson --- 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/bo= ard-artpec6.c index d3cf3e8603e81..c27e7bbcd7bc2 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); - }; + } } =20 static void artpec6_l2c310_write_sec(unsigned long val, unsigned reg) --=20 2.53.0