]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit05058106ed15313e204d077935b21386aeb168cc
treeed5d2463c00be2a9b7ad821361daac44d6d5ae64
parent92f83690671df056f2628cecd4d07f405269cbef
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