net: mv88e6xxx: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
201d126a63
Коммит
59d4c93d31
|
@ -333,7 +333,7 @@ static int mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid,
|
|||
mask = chip->info->atu_move_port_mask;
|
||||
shift = bitmap_weight(&mask, 16);
|
||||
|
||||
entry.state = 0xf, /* Full EntryState means Move */
|
||||
entry.state = 0xf; /* Full EntryState means Move */
|
||||
entry.portvec = from_port & mask;
|
||||
entry.portvec |= (to_port & mask) << shift;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче