mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-19 07:39:54 +02:00
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>
This commit is contained in:
parent
fec50db703
commit
b7fab1b69b
|
@ -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..");
|
||||
|
|
Loading…
Reference in New Issue
Block a user