* [PATCH] m68k/q40: ERROR: that open brace { should be on the previous line
@ 2023-07-20 9:27 zhangyongle001
0 siblings, 0 replies; only message in thread
From: zhangyongle001 @ 2023-07-20 9:27 UTC (permalink / raw)
To: linux-m68k; +Cc: linux-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-20 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 9:27 [PATCH] m68k/q40: ERROR: that open brace { should be on the previous line zhangyongle001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox