* [tj-libata:for-4.16 14/15] drivers/phy/broadcom/phy-brcm-sata.c:534:2-3: Unneeded semicolon
@ 2018-01-17 17:51 kbuild test robot
2018-01-17 17:51 ` [PATCH] phy: brcm-sata: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2018-01-17 17:51 UTC (permalink / raw)
To: Florian Fainelli; +Cc: kbuild-all, linux-ide, Tejun Heo
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.16
head: eb73390ae2413bbd5d56a396dfd79fe57de6b5ae
commit: 3e507769d15e4b14b5a3688d7f5cba516cb4e72d [14/15] phy: brcm-sata: Implement calibrate callback
coccinelle warnings: (new ones prefixed by >>)
>> drivers/phy/broadcom/phy-brcm-sata.c:534:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] phy: brcm-sata: fix semicolon.cocci warnings
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
2018-01-17 20:10 ` Tejun Heo
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2018-01-17 17:51 UTC (permalink / raw)
To: Florian Fainelli; +Cc: kbuild-all, linux-ide, Tejun Heo
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;
}
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] phy: brcm-sata: fix semicolon.cocci warnings
2018-01-17 17:51 ` [PATCH] phy: brcm-sata: fix semicolon.cocci warnings kbuild test robot
@ 2018-01-17 20:10 ` Tejun Heo
0 siblings, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2018-01-17 20:10 UTC (permalink / raw)
To: kbuild test robot; +Cc: Florian Fainelli, kbuild-all, linux-ide
On Thu, Jan 18, 2018 at 01:51:18AM +0800, kbuild test robot wrote:
> 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>
Applied to libata/for-4.16.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-17 20:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] phy: brcm-sata: fix semicolon.cocci warnings kbuild test robot
2018-01-17 20:10 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox