Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c31d02d1 authored by Thiago Jung Bauermann's avatar Thiago Jung Bauermann Committed by Shuah Khan (Samsung OSG)
Browse files

selftests: kselftest: Remove outdated comment



Commit 3c07aaef ("selftests: kselftest: change KSFT_SKIP=4 instead of
KSFT_PASS") reverted commit 11867a77 ("selftests: kselftest framework:
change skip exit code to 0") but missed removing the comment which that
commit added, so do that now.

Signed-off-by: default avatarThiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
parent 88bc243a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#define KSFT_FAIL  1
#define KSFT_XFAIL 2
#define KSFT_XPASS 3
/* Treat skip as pass */
#define KSFT_SKIP  4

/* counters */