]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ntfs: repair docum. malformed table
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 26 Feb 2026 02:06:15 +0000 (18:06 -0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 26 Feb 2026 09:26:07 +0000 (18:26 +0900)
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>
Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Documentation/filesystems/ntfs.rst

index 94f368fb3b063959af9e5faf16901d00113e7ec3..5c96b04a4d7a88cabee7f414bfac2849fcbc1529 100644 (file)
@@ -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/rename of files with characters or
 discard=<BOOL>          Issue block device discard for clusters freed on
                         file deletion/truncation to inform underlying
                         storage.
-======================= ==================================================
+======================= ====================================================