ntfs: repair docum. malformed table

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>
This commit is contained in:
Randy Dunlap
2026-02-25 18:06:15 -08:00
committed by Namjae Jeon
parent 1dbe39666b
commit 9b4253cd63

View 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.
======================= ==================================================
======================= ====================================================