All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: phy-brcm-sata: remove unneeded semicolon
@ 2021-02-03  2:58 Yang Li
  2021-02-04  8:06 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2021-02-03  2:58 UTC (permalink / raw)
  To: kishon; +Cc: vkoul, linux-kernel, Yang Li

Eliminate the following coccicheck warning:
./drivers/phy/broadcom/phy-brcm-sata.c:654:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/phy/broadcom/phy-brcm-sata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/broadcom/phy-brcm-sata.c b/drivers/phy/broadcom/phy-brcm-sata.c
index 3ecf413..769c707 100644
--- a/drivers/phy/broadcom/phy-brcm-sata.c
+++ b/drivers/phy/broadcom/phy-brcm-sata.c
@@ -651,7 +651,7 @@ static int brcm_dsl_sata_init(struct brcm_sata_port *port)
 			break;
 		msleep(20);
 		try--;
-	};
+	}
 
 	if (!try) {
 		/* PLL did not lock; give up */
-- 
1.8.3.1


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

* Re: [PATCH] phy: phy-brcm-sata: remove unneeded semicolon
  2021-02-03  2:58 [PATCH] phy: phy-brcm-sata: remove unneeded semicolon Yang Li
@ 2021-02-04  8:06 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-02-04  8:06 UTC (permalink / raw)
  To: Yang Li; +Cc: kishon, linux-kernel

On 03-02-21, 10:58, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./drivers/phy/broadcom/phy-brcm-sata.c:654:2-3: Unneeded semicolon

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2021-02-04  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  2:58 [PATCH] phy: phy-brcm-sata: remove unneeded semicolon Yang Li
2021-02-04  8:06 ` Vinod Koul

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.