[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ffeb8965fd61f1e9dc313e0f93884b27@208suo.com>
Date: Thu, 20 Jul 2023 17:27:32 +0800
From: zhangyongle001@...suo.com
To: linux-m68k@...ts.linux-m68k.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] m68k/q40: ERROR: that open brace { should be on the previous
line
Fix onece occurrences of the checkpatch.pl error:
ERROR: that open brace { should be on the previous line
Signed-off-by: zhangyongle <zhangyongle001@...suo.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
Powered by blists - more mailing lists