[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1614236070-48081-1-git-send-email-jiapeng.chong@linux.alibaba.com>
Date: Thu, 25 Feb 2021 14:54:30 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: john.stultz@...aro.org
Cc: tglx@...utronix.de, sboyd@...nel.org, shuah@...nel.org,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Subject: [PATCH] selftests/timers: remove unneeded semicolon
Fix the following coccicheck warnings:
./tools/testing/selftests/timers/nsleep-lat.c:75:2-3: Unneeded
semicolon.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
tools/testing/selftests/timers/nsleep-lat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/timers/nsleep-lat.c b/tools/testing/selftests/timers/nsleep-lat.c
index eb3e79e..a7ca982 100644
--- a/tools/testing/selftests/timers/nsleep-lat.c
+++ b/tools/testing/selftests/timers/nsleep-lat.c
@@ -72,7 +72,7 @@ char *clockstring(int clockid)
return "CLOCK_BOOTTIME_ALARM";
case CLOCK_TAI:
return "CLOCK_TAI";
- };
+ }
return "UNKNOWN_CLOCKID";
}
--
1.8.3.1
Powered by blists - more mailing lists