Skip to content

Commit b7fab1b

Browse files
xiemingwilldeacon
authored andcommitted
kselftest/arm64: Remove unused parameters in abi test
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>
1 parent fec50db commit b7fab1b

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/arm64/abi

1 file changed

+1
-1
lines changed

tools/testing/selftests/arm64/abi/tpidr2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static int write_clone_read(void)
262262

263263
int main(int argc, char **argv)
264264
{
265-
int ret, i;
265+
int ret;
266266

267267
putstr("TAP version 13\n");
268268
putstr("1..");

0 commit comments

Comments
 (0)