[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1701100639310.2185@hadrien>
Date: Tue, 10 Jan 2017 06:41:26 +0100 (CET)
From: Julia Lawall <julia.lawall@...6.fr>
To: Jaghathiswari Rankappagounder Natarajan <jaghu@...gle.com>
cc: openbmc@...ts.ozlabs.org, joel@....id.au, jdelvare@...e.com,
linux@...ck-us.net, linux-hwmon@...r.kernel.org,
linux-kernel@...r.kernel.org, corbet@....net,
linux-doc@...r.kernel.org, robh+dt@...nel.org,
mark.rutland@....com, devicetree@...r.kernel.org, kbuild-all@...org
Subject: [PATCH] drivers: hwmon: fix semicolon.cocci warnings
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Jaghathiswari Rankappagounder Natarajan <jaghu@...gle.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
url:
https://github.com/0day-ci/linux/commits/Jaghathiswari-Rankappagounder-Natar
ajan/Support-for-ASPEED-AST2400-AST2500-PWM-and-Fan-Tach-driver/20170110-093
628
base:
https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
hwmon-next
aspeed-pwm-tacho.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/hwmon/aspeed-pwm-tacho.c
+++ b/drivers/hwmon/aspeed-pwm-tacho.c
@@ -522,7 +522,7 @@ static u32 aspeed_get_fan_tach_ch_rpm(st
if (timeout > 1)
return 0;
msleep(sec);
- };
+ }
raw_data = (ioread32(base + ASPEED_PTCR_RESULT)) &
RESULT_VALUE_MASK;
Powered by blists - more mailing lists