Skip to content

Commit f8864e2

Browse files
321lipengdavem330
authored andcommitted
net: pc300too: fix the code style issue about "foo * bar"
Fix the checkpatch error as "foo * bar" and should be "foo *bar". Signed-off-by: Peng Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a657c8b commit f8864e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wan/pc300too.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ typedef struct card_s {
110110
static void pc300_set_iface(port_t *port)
111111
{
112112
card_t *card = port->card;
113-
u32 __iomem * init_ctrl = &card->plxbase->init_ctrl;
113+
u32 __iomem *init_ctrl = &card->plxbase->init_ctrl;
114114
u16 msci = get_msci(port);
115115
u8 rxs = port->rxs & CLK_BRG_MASK;
116116
u8 txs = port->txs & CLK_BRG_MASK;

0 commit comments

Comments
 (0)