public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ntfs: repair docum. malformed table
@ 2026-02-26  2:06 Randy Dunlap
  2026-02-26  5:26 ` Hyunchul Lee
  2026-02-26  9:28 ` Namjae Jeon
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-02-26  2:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Namjae Jeon, Hyunchul Lee, linux-fsdevel,
	Jonathan Corbet, linux-doc

Make the top and bottom borders be that same length to
avoid a documentation build error:

Documentation/filesystems/ntfs.rst:159: ERROR: Malformed table.
Bottom border or header rule does not match top border.

(top)
======================= ===================================================
(bottom)
======================= ==================================================

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: Hyunchul Lee <hyc.lee@gmail.com>
Cc: linux-fsdevel@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org

 Documentation/filesystems/ntfs.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20260225.orig/Documentation/filesystems/ntfs.rst
+++ linux-next-20260225/Documentation/filesystems/ntfs.rst
@@ -39,7 +39,7 @@ Supported mount options
 
 The NTFS driver supports the following mount options:
 
-======================= ===================================================
+======================= ====================================================
 iocharset=name          Character set to use for converting between
                         the encoding is used for user visible filename and
                         16 bit Unicode characters.
@@ -156,4 +156,4 @@ windows_names=<BOOL>    Refuse creation/
 discard=<BOOL>          Issue block device discard for clusters freed on
                         file deletion/truncation to inform underlying
                         storage.
-======================= ==================================================
+======================= ====================================================

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

end of thread, other threads:[~2026-02-26  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26  2:06 [PATCH] ntfs: repair docum. malformed table Randy Dunlap
2026-02-26  5:26 ` Hyunchul Lee
2026-02-26  9:28 ` Namjae Jeon

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