net: sealevel: open brace '{' following struct go on the same line
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:28 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000 (22:14 -0700)
Fix the checkpatch error as open brace '{' following struct should
go on the same line.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c

index 465c9ac..b484d1f 100644 (file)
 #include <asm/byteorder.h>
 #include "z85230.h"
 
-struct slvl_device
-{
+struct slvl_device {
        struct z8530_channel *chan;
        int channel;
 };
 
-struct slvl_board
-{
+struct slvl_board {
        struct slvl_device dev[2];
        struct z8530_dev board;
        int iobase;