mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
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:
committed by
David S. Miller
parent
201d126a63
commit
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user