diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-09-26 12:47:59 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-12 15:42:00 +0200 |
commit | 83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca (patch) | |
tree | 6ffc1b7f3e811c47178359e030cf5079253fabe7 /drivers/nvdimm/Kconfig | |
parent | 24d654fadd70884a719c45ffabb0fe6033996f92 (diff) | |
download | linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.bz2 |
treewide: Fix typos in Kconfig
This patch fixes some spelling typos found in Kconfig files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/nvdimm/Kconfig')
-rw-r--r-- | drivers/nvdimm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig index 5bdd499b5f4f..a65f2e1d9f53 100644 --- a/drivers/nvdimm/Kconfig +++ b/drivers/nvdimm/Kconfig @@ -96,7 +96,7 @@ config NVDIMM_DAX help Support raw device dax access to a persistent memory namespace. For environments that want to hard partition - peristent memory, this capability provides a mechanism to + persistent memory, this capability provides a mechanism to sub-divide a namespace into character devices that can only be accessed via DAX (mmap(2)). |