linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: exynos: fix semicolon.cocci warnings
@ 2015-10-01 21:19 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2015-10-01 21:19 UTC (permalink / raw)
  To: Eduardo Valentin
  Cc: kbuild-all, Lukasz Majewski, Kukjin Kim, Krzysztof Kozlowski,
	linux-pm, Zhang Rui, linux-samsung-soc, linux-arm-kernel,
	linux-kernel

Remove unneeded semicolons.

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

Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 exynos_tmu.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/thermal/samsung/exynos_tmu.c
+++ b/drivers/thermal/samsung/exynos_tmu.c
@@ -548,7 +548,7 @@ static int exynos5433_tmu_initialize(str
 	default:
 		pdata->cal_type = TYPE_ONE_POINT_TRIMMING;
 		break;
-	};
+	}
 
 	dev_info(&pdev->dev, "Calibration type is %d-point calibration\n",
 			cal_type ?  2 : 1);
@@ -1363,7 +1363,7 @@ static int exynos_tmu_probe(struct platf
 		break;
 	default:
 		break;
-	};
+	}
 
 	ret = exynos_tmu_initialize(pdev);
 	if (ret) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-01 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 21:19 [PATCH] thermal: exynos: fix semicolon.cocci warnings Julia Lawall

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).