public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: kbuild-all@01.org, linux-ide@vger.kernel.org, Tejun Heo <tj@kernel.org>
Subject: [PATCH] phy: brcm-sata: fix semicolon.cocci warnings
Date: Thu, 18 Jan 2018 01:51:18 +0800	[thread overview]
Message-ID: <20180117175118.GA47078@lkp-g5> (raw)
In-Reply-To: <201801180115.oNi9KawA%fengguang.wu@intel.com>

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/phy/broadcom/phy-brcm-sata.c:534:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 3e507769d15e ("phy: brcm-sata: Implement calibrate callback")
CC: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 phy-brcm-sata.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/phy/broadcom/phy-brcm-sata.c
+++ b/drivers/phy/broadcom/phy-brcm-sata.c
@@ -531,7 +531,7 @@ static int brcm_sata_phy_calibrate(struc
 		break;
 	default:
 		break;
-	};
+	}
 
 	return rc;
 }

  reply	other threads:[~2018-01-17 17:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17 17:51 [tj-libata:for-4.16 14/15] drivers/phy/broadcom/phy-brcm-sata.c:534:2-3: Unneeded semicolon kbuild test robot
2018-01-17 17:51 ` kbuild test robot [this message]
2018-01-17 20:10   ` [PATCH] phy: brcm-sata: fix semicolon.cocci warnings Tejun Heo

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=20180117175118.GA47078@lkp-g5 \
    --to=fengguang.wu@intel.com \
    --cc=f.fainelli@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=tj@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