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

zhangyongle001@208suo.com posted 1 patch 2 years, 1 month ago
arch/m68k/q40/config.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] m68k/q40: ERROR: that open brace { should be on the previous line
Posted by zhangyongle001@208suo.com 2 years, 1 month ago
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