提交 f090d1c3 编写于 作者: P Peng Li 提交者: 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: NPeng Li <lipeng321@huawei.com>
Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册