diff options
author | Shiyang Ruan <ruansy.fnst@cn.fujitsu.com> | 2019-05-09 15:40:49 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-07 11:39:04 -0600 |
commit | 3d9cf48b2ca257f1a249b347236098c3cf9d54f1 (patch) | |
tree | 059b1b17ca2e7d7b3b441a1fc70e34d42521ec91 | |
parent | bed0918d64ca28169d55bd138ed20f09e288303e (diff) | |
download | linux-3d9cf48b2ca257f1a249b347236098c3cf9d54f1.tar.gz linux-3d9cf48b2ca257f1a249b347236098c3cf9d54f1.tar.bz2 linux-3d9cf48b2ca257f1a249b347236098c3cf9d54f1.zip |
Documentation: nvdimm: Fix typo
Remove the extra 'we '.
Signed-off-by: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/nvdimm/nvdimm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/nvdimm/nvdimm.txt b/Documentation/nvdimm/nvdimm.txt index e894de69915a..1669f626b037 100644 --- a/Documentation/nvdimm/nvdimm.txt +++ b/Documentation/nvdimm/nvdimm.txt @@ -284,8 +284,8 @@ A bus has a 1:1 relationship with an NFIT. The current expectation for ACPI based systems is that there is only ever one platform-global NFIT. That said, it is trivial to register multiple NFITs, the specification does not preclude it. The infrastructure supports multiple busses and -we we use this capability to test multiple NFIT configurations in the -unit test. +we use this capability to test multiple NFIT configurations in the unit +test. LIBNVDIMM: control class device in /sys/class |