linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: dsa: bcm_sf2: fix semicolon.cocci warnings
       [not found] <201811070831.tDyF0pxQ%fengguang.wu@intel.com>
@ 2018-11-07  0:50 ` kbuild test robot
  2018-11-08  6:14   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2018-11-07  0:50 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: kbuild-all, netdev, Andrew Lunn, Vivien Didelot, linux-kernel

From: kbuild test robot <fengguang.wu@intel.com>

drivers/net/dsa/bcm_sf2_cfp.c:1168:2-3: Unneeded semicolon
drivers/net/dsa/bcm_sf2_cfp.c:532:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: ae7a5aff783c ("net: dsa: bcm_sf2: Keep copy of inserted rules")
CC: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   5882d526d887e42ead4014d79620e5a8aa741151
commit: ae7a5aff783c79d5ca87867df84b08c43447159b [8/13] net: dsa: bcm_sf2: Keep copy of inserted rules

 bcm_sf2_cfp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/net/dsa/bcm_sf2_cfp.c
+++ b/drivers/net/dsa/bcm_sf2_cfp.c
@@ -529,7 +529,7 @@ static struct cfp_rule *bcm_sf2_cfp_rule
 	list_for_each_entry(rule, &priv->cfp.rules_list, next) {
 		if (rule->port == port && rule->fs.location == location)
 			break;
-	};
+	}
 
 	return rule;
 }
@@ -1165,7 +1165,7 @@ int bcm_sf2_cfp_resume(struct dsa_switch
 			dev_err(ds->dev, "failed to restore rule\n");
 			return ret;
 		}
-	};
+	}
 
 	return ret;
 }

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

* Re: [PATCH] net: dsa: bcm_sf2: fix semicolon.cocci warnings
  2018-11-07  0:50 ` [PATCH] net: dsa: bcm_sf2: fix semicolon.cocci warnings kbuild test robot
@ 2018-11-08  6:14   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-11-08  6:14 UTC (permalink / raw)
  To: fengguang.wu
  Cc: f.fainelli, kbuild-all, netdev, andrew, vivien.didelot, linux-kernel

From: kbuild test robot <fengguang.wu@intel.com>
Date: Wed, 7 Nov 2018 08:50:34 +0800

> From: kbuild test robot <fengguang.wu@intel.com>
> 
> drivers/net/dsa/bcm_sf2_cfp.c:1168:2-3: Unneeded semicolon
> drivers/net/dsa/bcm_sf2_cfp.c:532:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: ae7a5aff783c ("net: dsa: bcm_sf2: Keep copy of inserted rules")
> CC: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: kbuild test robot <fengguang.wu@intel.com>

Applied.

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

end of thread, other threads:[~2018-11-08  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201811070831.tDyF0pxQ%fengguang.wu@intel.com>
2018-11-07  0:50 ` [PATCH] net: dsa: bcm_sf2: fix semicolon.cocci warnings kbuild test robot
2018-11-08  6:14   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).