All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: mv88e6xxx: convert comma to semicolon
@ 2020-12-09 13:39 Zheng Yongjun
  2020-12-09 14:35 ` Andrew Lunn
  2020-12-10  0:38 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2020-12-09 13:39 UTC (permalink / raw)
  To: davem, kuba, linux-afs, netdev, linux-kernel, andrew,
	vivien.didelot, f.fainelli, olteanv
  Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/dsa/mv88e6xxx/global1_atu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/dsa/mv88e6xxx/global1_atu.c b/drivers/net/dsa/mv88e6xxx/global1_atu.c
index bac9a8a68e50..40bd67a5c8e9 100644
--- a/drivers/net/dsa/mv88e6xxx/global1_atu.c
+++ b/drivers/net/dsa/mv88e6xxx/global1_atu.c
@@ -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;
 
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: mv88e6xxx: convert comma to semicolon
  2020-12-09 13:39 [PATCH net-next] net: mv88e6xxx: convert comma to semicolon Zheng Yongjun
@ 2020-12-09 14:35 ` Andrew Lunn
  2020-12-10  0:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2020-12-09 14:35 UTC (permalink / raw)
  To: Zheng Yongjun
  Cc: davem, kuba, linux-afs, netdev, linux-kernel, vivien.didelot,
	f.fainelli, olteanv

On Wed, Dec 09, 2020 at 09:39:38PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: mv88e6xxx: convert comma to semicolon
  2020-12-09 13:39 [PATCH net-next] net: mv88e6xxx: convert comma to semicolon Zheng Yongjun
  2020-12-09 14:35 ` Andrew Lunn
@ 2020-12-10  0:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-12-10  0:38 UTC (permalink / raw)
  To: zhengyongjun3
  Cc: kuba, linux-afs, netdev, linux-kernel, andrew, vivien.didelot,
	f.fainelli, olteanv

From: Zheng Yongjun <zhengyongjun3@huawei.com>
Date: Wed, 9 Dec 2020 21:39:38 +0800

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-10  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 13:39 [PATCH net-next] net: mv88e6xxx: convert comma to semicolon Zheng Yongjun
2020-12-09 14:35 ` Andrew Lunn
2020-12-10  0:38 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.