Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
@ 2026-08-21 10:14 Bhaskar Chowdhury
  2026-08-23 19:46 ` kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2026-08-21 10:14 UTC (permalink / raw)
  To: viro, brauner, jack, linux-fsdevel, linux-kernel; +Cc: Bhaskar Chowdhury

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-23 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 10:14 [PATCH] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability Bhaskar Chowdhury
2026-08-23 19:46 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox