aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2021-02-08 18:41:10 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2021-04-23 01:38:04 +1000
commit0db11461677aa5105b9ebbd939aee0ceb77a988b (patch)
tree1c9720ce3bd65a8faee6180957182cdf536876c3
parentpowerpc/64s: remove unneeded semicolon (diff)
downloadlinux-dev-0db11461677aa5105b9ebbd939aee0ceb77a988b.tar.xz
linux-dev-0db11461677aa5105b9ebbd939aee0ceb77a988b.zip
selftests/powerpc: remove unneeded semicolon
Eliminate the following coccicheck warning: ./tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c:327:4-5: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1612780870-95890-1-git-send-email-yang.lee@linux.alibaba.com
-rw-r--r--tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c b/tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c
index 02dffb65de48..b099753b50e4 100644
--- a/tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c
+++ b/tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c
@@ -324,7 +324,7 @@ int compress_file(int argc, char **argv, void *handle)
fprintf(stderr, "error: cannot progress; ");
fprintf(stderr, "too many faults\n");
exit(-1);
- };
+ }
}
fault_tries = NX_MAX_FAULTS; /* Reset for the next chunk */