lkml.org 
[lkml]   [2023]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@208suo.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)
\
 
 \ /
  Last update: 2023-07-21 10:01    [W:0.043 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site