From: Peng Li Date: Sun, 30 May 2021 06:24:28 +0000 (+0800) Subject: net: sealevel: open brace '{' following struct go on the same line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f090d1c38107dd964e933f7be9885baee15325f6;p=linux.git net: sealevel: open brace '{' following struct go on the same line Fix the checkpatch error as open brace '{' following struct should go on the same line. Signed-off-by: Peng Li Signed-off-by: Guangbin Huang Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/wan/sealevel.c b/drivers/net/wan/sealevel.c index 465c9ace1dc7b..b484d1f7b1764 100644 --- a/drivers/net/wan/sealevel.c +++ b/drivers/net/wan/sealevel.c @@ -29,14 +29,12 @@ #include #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;