1
0
Fork 0

selftests: kselftest: Remove outdated comment

Commit 3c07aaef65 ("selftests: kselftest: change KSFT_SKIP=4 instead of
KSFT_PASS") reverted commit 11867a77eb ("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: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
hifive-unleashed-5.1
Thiago Jung Bauermann 2018-07-24 23:57:25 -03:00 committed by Shuah Khan (Samsung OSG)
parent 88bc243a3f
commit c31d02d129
1 changed files with 0 additions and 1 deletions

View File

@ -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 */