[PATCH] ntfs: repair docum. malformed table

Randy Dunlap posted 1 patch 1 month, 1 week ago
Documentation/filesystems/ntfs.rst |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] ntfs: repair docum. malformed table
Posted by Randy Dunlap 1 month, 1 week ago
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.
-======================= ==================================================
+======================= ====================================================
Re: [PATCH] ntfs: repair docum. malformed table
Posted by Namjae Jeon 1 month, 1 week ago
On Thu, Feb 26, 2026 at 11:06 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> 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>
Applied it to #ntfs-next.
Thanks!
Re: [PATCH] ntfs: repair docum. malformed table
Posted by Hyunchul Lee 1 month, 1 week ago
On Wed, Feb 25, 2026 at 06:06:15PM -0800, Randy Dunlap wrote:
> 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>

Looks good to me. Thanks for the patch, Randy.

Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>

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

-- 
Thanks,
Hyunchul