Linux M68K Architecture development
 help / color / mirror / Atom feed
From: zhangyongle001@208suo.com
To: linux-m68k@lists.linux-m68k.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] m68k/q40: ERROR: that open brace { should be on the previous line
Date: Thu, 20 Jul 2023 17:27:32 +0800	[thread overview]
Message-ID: <ffeb8965fd61f1e9dc313e0f93884b27@208suo.com> (raw)

Fix onece occurrences of the checkpatch.pl error:

ERROR: that open brace { should be on the previous line

Signed-off-by: zhangyongle <zhangyongle001@208suo.com>
---
  arch/m68k/q40/config.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/m68k/q40/config.c b/arch/m68k/q40/config.c
index c78ee709b458..54bb2388731d 100644
--- a/arch/m68k/q40/config.c
+++ b/arch/m68k/q40/config.c
@@ -146,8 +146,7 @@ static void q40_get_model(char *model)
  	sprintf(model, "Q40");
  }

-static unsigned int serports[] =
-{
+static unsigned int serports[] = {
  	0x3f8,0x2f8,0x3e8,0x2e8,0
  };

-- 
2.40.1


                 reply	other threads:[~2023-07-20  9:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ffeb8965fd61f1e9dc313e0f93884b27@208suo.com \
    --to=zhangyongle001@208suo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    /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