mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
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 <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a657c8b4d5
commit
f8864e26d3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user