[PATCH] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
Bhaskar Chowdhury <[email protected]>
| Newsgroups | org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
I thought eliminating the line break and add an empty line would improve the readability. Signed-off-by: Bhaskar Chowdhury <[email protected]> --- fs/Kconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index e05917adcd60..c341d364d53f 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -71,11 +71,10 @@ config FS_DAX struct pages. For the nfit based NVDIMMs this can be enabled using the ndctl utility: - # ndctl create-namespace --force --reconfig=namespace0.0 \ - --mode=fsdax --map=mem + # ndctl create-namespace --force --reconfig=namespace0.0 --mode=fsdax --map=mem + + See the 'create-namespace' man page for details on the overhead of --map=mem: - See the 'create-namespace' man page for details on the overhead of - --map=mem: https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most -- 2.55.0