mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 15:24:32 +08:00
net: sealevel: add some required spaces
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>
This commit is contained in:
parent
f090d1c381
commit
52499d202d
@ -347,10 +347,10 @@ static void __exit slvl_shutdown(struct slvl_board *b)
|
|||||||
kfree(b);
|
kfree(b);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int io=0x238;
|
static int io = 0x238;
|
||||||
static int txdma=1;
|
static int txdma = 1;
|
||||||
static int rxdma=3;
|
static int rxdma = 3;
|
||||||
static int irq=5;
|
static int irq = 5;
|
||||||
static bool slow=false;
|
static bool slow=false;
|
||||||
|
|
||||||
module_param_hw(io, int, ioport, 0);
|
module_param_hw(io, int, ioport, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user