public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: samsung: remove unneeded semicolon
@ 2020-11-01 15:28 trix
  2020-11-02 18:47 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2020-11-01 15:28 UTC (permalink / raw)
  To: kgene, krzk; +Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 drivers/soc/samsung/exynos5422-asv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/samsung/exynos5422-asv.c b/drivers/soc/samsung/exynos5422-asv.c
index 01bb3050d678..ca409a976e34 100644
--- a/drivers/soc/samsung/exynos5422-asv.c
+++ b/drivers/soc/samsung/exynos5422-asv.c
@@ -383,7 +383,7 @@ static int __asv_offset_voltage(unsigned int index)
 		return 25000;
 	default:
 		return 0;
-	};
+	}
 }
 
 static void exynos5422_asv_offset_voltage_setup(struct exynos_asv *asv)
-- 
2.18.1


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

* Re: [PATCH] soc: samsung: remove unneeded semicolon
  2020-11-01 15:28 [PATCH] soc: samsung: remove unneeded semicolon trix
@ 2020-11-02 18:47 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-02 18:47 UTC (permalink / raw)
  To: trix; +Cc: kgene, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Sun, Nov 01, 2020 at 07:28:44AM -0800, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> A semicolon is not needed after a switch statement.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
>  drivers/soc/samsung/exynos5422-asv.c | 2 +-

Thanks, applied.

Best regards,
Krzysztof


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

end of thread, other threads:[~2020-11-02 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-01 15:28 [PATCH] soc: samsung: remove unneeded semicolon trix
2020-11-02 18:47 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox