net: pc300too: fix the code style issue about "foo * bar"
authorPeng Li <lipeng321@huawei.com>
Fri, 11 Jun 2021 03:36:17 +0000 (11:36 +0800)
committerDavid 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

index 8f592ff798fbfe3dd0494bd6d532538c1181b77c..17d5cb8287d410db912fa33969c1bc716a64cecf 100644 (file)
@@ -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;