[PATCH] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability

From: Bhaskar Chowdhury

Date: Fri Aug 21 2026 - 06:28:44 EST


I thought eliminating the line break and add an empty line would improve the readability.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
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