Re: [PATCH] doc: dev-tools: kselftest.rst: update config file location
From: Shuah Khan <shuah@kernel.org>
Date: 2018-08-27 17:58:09
Also in:
linux-kselftest, lkml
From: Shuah Khan <shuah@kernel.org>
Date: 2018-08-27 17:58:09
Also in:
linux-kselftest, lkml
On 08/24/2018 06:47 AM, Anders Roxell wrote:
Config fragment files should be placed in tools/testing/selftests/<testdir>/config Signed-off-by: Anders Roxell <redacted> --- Documentation/dev-tools/kselftest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst index 6f653acea248..dad1bb8711e2 100644 --- a/Documentation/dev-tools/kselftest.rst +++ b/Documentation/dev-tools/kselftest.rst@@ -159,7 +159,7 @@ Contributing new tests (details) * If a test needs specific kernel config options enabled, add a config file in the test directory to enable them. - e.g: tools/testing/selftests/android/ion/config + e.g: tools/testing/selftests/android/config Test Harness ============
Jo Jon, This patch looks good. Here is my Ack for it go through doc tree. Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> thanks, -- Shuah