selftests: sched: Remove initialization to 0 for a static variable
authorAtul Kumar Pant <atulpant.linux@gmail.com>
Mon, 6 Nov 2023 18:10:05 +0000 (23:40 +0530)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 30 Nov 2023 23:47:01 +0000 (16:47 -0700)
commit130a83879954a9fed35cf4474d223b4fcfd479fa
treec09e494ed91a4b16fbdec94c06766bcb2ab6dd7d
parent49360d978411eeaeffb96938edb53ee75ba471bc
selftests: sched: Remove initialization to 0 for a static variable

Fixes following checkpatch.pl issue:
ERROR: do not initialise statics to 0

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sched/cs_prctl_test.c