linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: jesper.nilsson@axis.com, lars.persson@axis.com, linux@armlinux.org.uk
Cc: linux-arm-kernel@axis.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] arm: Remove unneeded semicolon
Date: Wed, 14 Jun 2023 16:07:05 +0800	[thread overview]
Message-ID: <9fa20192233fad1306a0eacce1aaf6aa@208suo.com> (raw)
In-Reply-To: <20230614080509.5947-1-luojianhong@cdjrlc.com>

./arch/arm/mach-artpec/board-artpec6.c:42:2-3: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.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 d3cf3e8603e8..c27e7bbcd7bc 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)

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

       reply	other threads:[~2023-06-14  8:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230614080509.5947-1-luojianhong@cdjrlc.com>
2023-06-14  8:07 ` baomingtong001 [this message]
2021-11-05  1:38 [PATCH] arm:Remove unneeded semicolon cgel.zte
  -- strict thread matches above, loose matches on Subject: below --
2021-02-02  2:02 [PATCH] arm: remove " Yang Li
2021-02-02  9:08 ` Jesper Nilsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9fa20192233fad1306a0eacce1aaf6aa@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=jesper.nilsson@axis.com \
    --cc=lars.persson@axis.com \
    --cc=linux-arm-kernel@axis.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).