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 <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Peng Li 2021-05-30 14:24:28 +08:00 committed by Jakub Kicinski
parent 8be88e3cce
commit f090d1c381

View File

@ -29,14 +29,12 @@
#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;