Skip to content
Commit b7ecce68 authored by Zan Aziz's avatar Zan Aziz Committed by Shuah Khan
Browse files

selftests:timers: globals don't need initialization to 0



Global variables do not need to be initialized to 0 and checkpatch
flags this error in tools/testing/selftests/timers/alarmtimer-suspend.c:

ERROR: do not initialise globals to 0
+int final_ret = 0;

Fix this checkpatch error.

Signed-off-by: default avatarZan Aziz <zanaziz313@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 8587f373
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment