[PATCH] doc: dev-tools: kselftest.rst: update config file location

From: Anders Roxell
Date: Fri Aug 24 2018 - 08:48:25 EST


Config fragment files should be placed in
tools/testing/selftests/<testdir>/config

Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>
---
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
============
--
2.11.0