[PATCH] m68k/q40: ERROR: that open brace { should be on the previous line

From: zhangyongle001
Date: Thu Jul 20 2023 - 05:33:20 EST


Fix onece occurrences of the checkpatch.pl error:

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

Signed-off-by: zhangyongle <zhangyongle001@xxxxxxxxxx>
---
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