diff options
| author | 2021-05-30 14:24:29 +0800 | |
|---|---|---|
| committer | 2021-05-31 22:14:03 -0700 | |
| commit | 52499d202dc6ecb995fb56e9933e503f6d484495 (patch) | |
| tree | 77bf90726622a1ab0751338978d6c3824ce4c808 | |
| parent | net: sealevel: open brace '{' following struct go on the same line (diff) | |
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>
| -rw-r--r-- | drivers/net/wan/sealevel.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wan/sealevel.c b/drivers/net/wan/sealevel.c index b484d1f7b176..be618fd0b9a8 100644 --- a/drivers/net/wan/sealevel.c +++ b/drivers/net/wan/sealevel.c @@ -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); |
