selftests: kselftest: Remove outdated comment
authorThiago Jung Bauermann <bauerman@linux.ibm.com>
Wed, 25 Jul 2018 02:57:25 +0000 (23:57 -0300)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Mon, 27 Aug 2018 20:07:46 +0000 (14:07 -0600)
Commit 3c07aaef6598 ("selftests: kselftest: change KSFT_SKIP=4 instead of
KSFT_PASS") reverted commit 11867a77eb85 ("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>
tools/testing/selftests/kselftest.h

index 15e6b75..a3edb2c 100644 (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 */