Skip to content

Commit

Permalink
net: sealevel: add some required spaces
Browse files Browse the repository at this point in the history
Add spaces required around that '='.

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 f090d1c commit 52499d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/net/wan/sealevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ static void __exit slvl_shutdown(struct slvl_board *b)
kfree(b);
}

static int io=0x238;
static int txdma=1;
static int rxdma=3;
static int irq=5;
static int io = 0x238;
static int txdma = 1;
static int rxdma = 3;
static int irq = 5;
static bool slow=false;

module_param_hw(io, int, ioport, 0);
Expand Down

0 comments on commit 52499d2

Please sign in to comment.