diff mbox series

doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TEST

Message ID 20200415211654.10827-1-msuchanek@suse.de (mailing list archive)
State Mainlined
Commit 1f5ea8720e8db71d768533bf61773ecdbf9fdcc2
Headers show
Series doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TEST | expand

Commit Message

Michal Suchánek April 15, 2020, 9:16 p.m. UTC
The test driver is in tools/testing/nvdimm and cannot be selected by a
config option.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 Documentation/driver-api/nvdimm/nvdimm.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jonathan Corbet April 28, 2020, 6:46 p.m. UTC | #1
On Wed, 15 Apr 2020 23:16:50 +0200
Michal Suchanek <msuchanek@suse.de> wrote:

> The test driver is in tools/testing/nvdimm and cannot be selected by a
> config option.
> 
> Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> ---
>  Documentation/driver-api/nvdimm/nvdimm.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/driver-api/nvdimm/nvdimm.rst b/Documentation/driver-api/nvdimm/nvdimm.rst
> index 08f855cbb4e6..79c0fd39f2af 100644
> --- a/Documentation/driver-api/nvdimm/nvdimm.rst
> +++ b/Documentation/driver-api/nvdimm/nvdimm.rst
> @@ -278,8 +278,8 @@ by a region device with a dynamically assigned id (REGION0 - REGION5).
>         be contiguous in DPA-space.
>  
>      This bus is provided by the kernel under the device
> -    /sys/devices/platform/nfit_test.0 when CONFIG_NFIT_TEST is enabled and
> -    the nfit_test.ko module is loaded.  This not only test LIBNVDIMM but the
> +    /sys/devices/platform/nfit_test.0 when the nfit_test.ko module from
> +    tools/testing/nvdimm is loaded.  This not only test LIBNVDIMM but the
>      acpi_nfit.ko driver as well.

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/driver-api/nvdimm/nvdimm.rst b/Documentation/driver-api/nvdimm/nvdimm.rst
index 08f855cbb4e6..79c0fd39f2af 100644
--- a/Documentation/driver-api/nvdimm/nvdimm.rst
+++ b/Documentation/driver-api/nvdimm/nvdimm.rst
@@ -278,8 +278,8 @@  by a region device with a dynamically assigned id (REGION0 - REGION5).
        be contiguous in DPA-space.
 
     This bus is provided by the kernel under the device
-    /sys/devices/platform/nfit_test.0 when CONFIG_NFIT_TEST is enabled and
-    the nfit_test.ko module is loaded.  This not only test LIBNVDIMM but the
+    /sys/devices/platform/nfit_test.0 when the nfit_test.ko module from
+    tools/testing/nvdimm is loaded.  This not only test LIBNVDIMM but the
     acpi_nfit.ko driver as well.