doc: dev-tools: kselftest.rst: update config file location
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 24 Aug 2018 12:47:44 +0000 (14:47 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 31 Aug 2018 22:26:04 +0000 (16:26 -0600)
Config fragment files should be placed in
tools/testing/selftests/<testdir>/config

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dev-tools/kselftest.rst

index 6f653acea248458971b472c032f58b896ea2f1a2..dad1bb8711e26429ad1063c4d6a147e204ef22af 100644 (file)
@@ -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
 ============