[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <fcc5460f8a84680d6e7379d320ad0575@208suo.com>
Date: Fri, 21 Jul 2023 08:00:56 +0000
From: sunran001@...suo.com
To: geert@...ux-m68k.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [PATCH] m68k: Fix two occurrences of the checkpatch.pl error:
ERROR: that open brace { should be on the previous line
ERROR: space required after that ',' (ctx:VxV)
Signed-off-by: Ran Sun <sunran001@...suo.com>
---
arch/m68k/q40/config.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/m68k/q40/config.c b/arch/m68k/q40/config.c
index c78ee709b458..62ed3634c0a4 100644
--- a/arch/m68k/q40/config.c
+++ b/arch/m68k/q40/config.c
@@ -146,9 +146,8 @@ static void q40_get_model(char *model)
sprintf(model, "Q40");
}
-static unsigned int serports[] =
-{
- 0x3f8,0x2f8,0x3e8,0x2e8,0
+static unsigned int serports[] = {
+ 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0
};
static void __init q40_disable_irqs(void)
Powered by blists - more mailing lists