projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f090d1c
)
net: sealevel: add some required spaces
author
Peng Li
<lipeng321@huawei.com>
Sun, 30 May 2021 06:24:29 +0000
(14:24 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000
(22:14 -0700)
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>
drivers/net/wan/sealevel.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/sealevel.c
b/drivers/net/wan/sealevel.c
index
b484d1f
..
be618fd
100644
(file)
--- 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);