Commit f090d1c3 authored by Peng Li's avatar Peng Li Committed by Jakub Kicinski
Browse files

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: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8be88e3c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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;