]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
kselftest/arm64: Remove unused parameters in abi test
authorxieming <xieming@kylinos.cn>
Mon, 22 Apr 2024 01:57:30 +0000 (09:57 +0800)
committerWill Deacon <will@kernel.org>
Sun, 28 Apr 2024 07:27:02 +0000 (08:27 +0100)
Remove unused parameter i in tpidr2.c main function.

Signed-off-by: xieming <xieming@kylinos.cn>
Link: https://lore.kernel.org/r/20240422015730.89805-1-xieming@kylinos.cn
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/abi/tpidr2.c

index 02ee3a91b780aaa6fa4e4835cee9feeaed603743..285c47dd42f630a05794dd544d977b61b1f78f36 100644 (file)
@@ -262,7 +262,7 @@ static int write_clone_read(void)
 
 int main(int argc, char **argv)
 {
-       int ret, i;
+       int ret;
 
        putstr("TAP version 13\n");
        putstr("1..");