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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment