Commit 52499d20 authored by Peng Li's avatar Peng Li Committed by Jakub Kicinski

net: sealevel: add some required spaces

Add spaces required around that '='.
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 f090d1c3
......@@ -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);
......
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