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:
a657c8b
)
net: pc300too: fix the code style issue about "foo * bar"
author
Peng Li
<lipeng321@huawei.com>
Fri, 11 Jun 2021 03:36:17 +0000
(11:36 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Jun 2021 19:58:11 +0000
(12:58 -0700)
Fix the checkpatch error as "foo * bar" and should be "foo *bar".
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/pc300too.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/pc300too.c
b/drivers/net/wan/pc300too.c
index 8f592ff798fbfe3dd0494bd6d532538c1181b77c..17d5cb8287d410db912fa33969c1bc716a64cecf 100644
(file)
--- a/
drivers/net/wan/pc300too.c
+++ b/
drivers/net/wan/pc300too.c
@@
-110,7
+110,7
@@
typedef struct card_s {
static void pc300_set_iface(port_t *port)
{
card_t *card = port->card;
- u32 __iomem *
init_ctrl = &card->plxbase->init_ctrl;
+ u32 __iomem *init_ctrl = &card->plxbase->init_ctrl;
u16 msci = get_msci(port);
u8 rxs = port->rxs & CLK_BRG_MASK;
u8 txs = port->txs & CLK_BRG_MASK;