netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Cc: kbuild-all@lists.01.org, netdev@vger.kernel.org,
	Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] mscc.c: fix semicolon.cocci warnings
Date: Sat, 16 Nov 2019 06:38:34 +0800	[thread overview]
Message-ID: <20191115223834.ysp6nhb7mlhepdvl@4978f4969bb8> (raw)
In-Reply-To: <201911160629.1h9COFsK%lkp@intel.com>

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

drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 75a1ccfe6c72 ("mscc.c: Add support for additional VSC PHYs")
CC: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   a98cdaf73e32d1538cc225464fcf61310749471e
commit: 75a1ccfe6c726ba33a2f9859d39deb2eba620583 [217/233] mscc.c: Add support for additional VSC PHYs

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

--- a/drivers/net/phy/mscc.c
+++ b/drivers/net/phy/mscc.c
@@ -1680,7 +1680,7 @@ static int vsc8584_config_init(struct ph
 		default:
 			ret = -EINVAL;
 			break;
-		};
+		}
 
 		if (ret)
 			goto err;

  reply	other threads:[~2019-11-15 22:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-15 22:38 [net-next:master 217/233] drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon kbuild test robot
2019-11-15 22:38 ` kbuild test robot [this message]
2019-11-16  1:04   ` [PATCH] mscc.c: fix semicolon.cocci warnings Andrew Lunn
2019-11-16 21:13   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191115223834.ysp6nhb7mlhepdvl@4978f4969bb8 \
    --to=lkp@intel.com \
    --cc=Bryan.Whitehead@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=f.fainelli@gmail.com \
    --cc=hkallweit1@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).