All of lore.kernel.org
 help / color / mirror / Atom feed
* [frank-w-bpi-r2-4.14:5.6-rc 9/11] drivers/net/dsa/mt7530.c:1971:2-3: Unneeded semicolon
@ 2020-03-08 16:07 kbuild test robot
  2020-03-08 16:07 ` [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2020-03-08 16:07 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

tree:   https://github.com/frank-w/BPI-R2-4.14 5.6-rc
head:   5768a0bb2e6cf51004947878708fd58024e03643
commit: 5ddf766ed5edbed8dbc297a96f00054c89d08192 [9/11] net: dsa: mt7530: Add the support of MT7531 switch

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> drivers/net/dsa/mt7530.c:1971:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

* [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings
  2020-03-08 16:07 [frank-w-bpi-r2-4.14:5.6-rc 9/11] drivers/net/dsa/mt7530.c:1971:2-3: Unneeded semicolon kbuild test robot
@ 2020-03-08 16:07 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-03-08 16:07 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

From: kbuild test robot <lkp@intel.com>

drivers/net/dsa/mt7530.c:1971:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 5ddf766ed5ed ("net: dsa: mt7530: Add the support of MT7531 switch")
CC: Landen Chao <landen.chao@mediatek.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/frank-w/BPI-R2-4.14 5.6-rc
head:   5768a0bb2e6cf51004947878708fd58024e03643
commit: 5ddf766ed5edbed8dbc297a96f00054c89d08192 [9/11] net: dsa: mt7530: Add the support of MT7531 switch

 mt7530.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/dsa/mt7530.c
+++ b/drivers/net/dsa/mt7530.c
@@ -1968,7 +1968,7 @@ static int mt7531_sgmii_setup_mode_force
 	case SPEED_1000:
 		val |= MT7531_SGMII_FORCE_SPEED_1000;
 		break;
-	};
+	}
 
 	val &= ~MT7531_SGMII_FORCE_DUPLEX;
 	/* For sgmii force mode, 0 is full duplex and 1 is half duplex */

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

* [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings
  2020-09-13 20:15 [frank-w-bpi-r2-4.14:5.9-rc 25/27] drivers/net/dsa/mt7530.c:561:2-3: Unneeded semicolon kernel test robot
@ 2020-09-13 20:15 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2020-09-13 20:15 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

From: kernel test robot <lkp@intel.com>

drivers/net/dsa/mt7530.c:561:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 4a1d2100c245 ("net: dsa: mt7530: Add the support of MT7531 switch")
CC: Landen Chao <landen.chao@mediatek.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/frank-w/BPI-R2-4.14 5.9-rc
head:   b46abafa7e8139799e5a70530549d1fb1d92da1d
commit: 4a1d2100c245a187783827881611d61641e4b160 [25/27] net: dsa: mt7530: Add the support of MT7531 switch

 mt7530.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/dsa/mt7530.c
+++ b/drivers/net/dsa/mt7530.c
@@ -558,7 +558,7 @@ mt7531_pad_setup(struct dsa_switch *ds,
 		val |= 0x190000 << RG_COREPLL_SDM_PCW_S;
 		mt7530_write(priv, MT7531_PLLGP_CR0, val);
 		break;
-	};
+	}
 
 	/* Set feedback divide ratio update signal to high */
 	val = mt7530_read(priv, MT7531_PLLGP_CR0);

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

* [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings
  2019-12-14 20:11 [frank-w-bpi-r2-4.14:5.5-r64-netnext 4/12] drivers/net/dsa/mt7530.c:1970:2-3: Unneeded semicolon kbuild test robot
@ 2019-12-14 20:11 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2019-12-14 20:11 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 982 bytes --]

From: kbuild test robot <lkp@intel.com>

drivers/net/dsa/mt7530.c:1970:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 604beb561a74 ("net: dsa: mt7530: Add the support of MT7531 switch")
CC: Landen Chao <landen.chao@mediatek.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/frank-w/BPI-R2-4.14 5.5-r64-netnext
head:   0b433061d01bdc9572b48499d4be55a56a715e6d
commit: 604beb561a7430968f56a835dce6e6b8c2f09253 [4/12] net: dsa: mt7530: Add the support of MT7531 switch

 mt7530.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/dsa/mt7530.c
+++ b/drivers/net/dsa/mt7530.c
@@ -1967,7 +1967,7 @@ static int mt7531_sgmii_setup_mode_force
 	case SPEED_1000:
 		val |= MT7531_SGMII_FORCE_SPEED_1000;
 		break;
-	};
+	}
 
 	val &= ~MT7531_SGMII_FORCE_DUPLEX;
 	/* For sgmii force mode, 0 is full duplex and 1 is half duplex */

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

end of thread, other threads:[~2020-09-13 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08 16:07 [frank-w-bpi-r2-4.14:5.6-rc 9/11] drivers/net/dsa/mt7530.c:1971:2-3: Unneeded semicolon kbuild test robot
2020-03-08 16:07 ` [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2020-09-13 20:15 [frank-w-bpi-r2-4.14:5.9-rc 25/27] drivers/net/dsa/mt7530.c:561:2-3: Unneeded semicolon kernel test robot
2020-09-13 20:15 ` [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings kernel test robot
2019-12-14 20:11 [frank-w-bpi-r2-4.14:5.5-r64-netnext 4/12] drivers/net/dsa/mt7530.c:1970:2-3: Unneeded semicolon kbuild test robot
2019-12-14 20:11 ` [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings kbuild test robot

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.