Skip to content

Commit

Permalink
net: sealevel: open brace '{' following struct go on the same line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and Jakub Kicinski committed Jun 1, 2021
1 parent 8be88e3 commit f090d1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/net/wan/sealevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f090d1c

Please sign in to comment.