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-Tag: accepted/tizen/unified/20230118.172025~6942^2~408^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f090d1c38107dd964e933f7be9885baee15325f6;p=platform%2Fkernel%2Flinux-rpi.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 465c9ac..b484d1f 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;