selftests: timers: fix declarations of main()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Jul 2022 20:46:14 +0000 (22:46 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 14 Jul 2022 20:36:07 +0000 (14:36 -0600)
commita8d74fe7fed55fe53066dca66708273f3dd9bb2f
treeed5d2463c00be2a9b7ad821361daac44d6d5ae64
parent9a162977d20436be5678a8e21a8e58eb4616d86a
selftests: timers: fix declarations of main()

Mixing up argc/argv went unnoticed because they were not used. Still,
this is worth fixing.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: John Stultz <jstultz@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/timers/adjtick.c
tools/testing/selftests/timers/change_skew.c
tools/testing/selftests/timers/raw_skew.c
tools/testing/selftests/timers/skew_consistency.c