From: Randy Dunlap Date: Thu, 26 Feb 2026 02:06:15 +0000 (-0800) Subject: ntfs: repair docum. malformed table X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b4253cd63ac00f6944fa0ac58d981c21859db3b;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Hyunchul Lee Signed-off-by: Namjae Jeon --- diff --git a/Documentation/filesystems/ntfs.rst b/Documentation/filesystems/ntfs.rst index 94f368fb3b063..5c96b04a4d7a8 100644 --- a/Documentation/filesystems/ntfs.rst +++ b/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= Refuse creation/rename of files with characters or discard= Issue block device discard for clusters freed on file deletion/truncation to inform underlying storage. -======================= ================================================== +======================= ====================================================