Re: [PATCH] selftests: kselftest: Remove outdated comment

2018-08-27 Thread Thiago Jung Bauermann
Shuah Khan writes: > On 07/24/2018 08:57 PM, Thiago Jung Bauermann wrote: >> 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 wh

Re: [PATCH] selftests: kselftest: Remove outdated comment

2018-08-27 Thread Shuah Khan
On 07/24/2018 08:57 PM, Thiago Jung Bauermann wrote: > 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

[PATCH] selftests: kselftest: Remove outdated comment

2018-07-24 Thread Thiago Jung Bauermann
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 --- tool