mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
selftests: kselftest: Remove outdated comment
[ Upstream commitc31d02d129] Commit3c07aaef65("selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS") reverted commit11867a77eb("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> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6a4d1b70e3
commit
686da99baa
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user