From nobody Tue Apr 7 14:38:10 2026 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EFAF537416C; Thu, 26 Feb 2026 02:06:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772071578; cv=none; b=efXPcfDhssyDWM7d8l+S+6fQZuWquTINJb6RBRwIfWRITFRZFTwnqcHPjI04graySP3i+qhNM0H++gGgDuQVKrG6X1VZUqVDrZDPIhVvg+NLRbjUyzSZMdJ6j5eHD/MZbCeYyee+hHirasOQsUIG/s3iAsu8L0zgpmvkqUoCmcA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772071578; c=relaxed/simple; bh=3yv/C2cGfmMb5IKP7aTlXkEj9I0ttJX/d1El7hGbw2U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=VLlOE6wADJZh/yh93GW4wLCQ6ludqsOE0CBV0hGr0wjAmCe97ADgEEXkYR+nKlr5MiRsCg6oHBN8vqqR2hyi8NB9P3LcYiz+cAwYC4tO+ZRT/Lx47a1dsnY+3LG4f4LSDzbxu/NcqFGe9Ci5fiU1hDO5MInl5CwCUoemhUQKTDs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=p6MaZ94p; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="p6MaZ94p" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=0a+DuFrY2dECD/MNyDqv47h3TRZqMfre5JcIARl9yKs=; b=p6MaZ94pjopVrpFOBip5Pro8Gj GX+iJISmX5kvB63LpzMbzvpcJvzdiOxu8BopLYgi//DdQbJQZdrnwGLfqjWMpP5HdWU/6IJtADtbx IJC157xC5Jb+5V1LWxrdtkH0F/lyu7AecOZ77q/pNQUEGP0IbT8UG5mkpgwqUWLG/j9+YwFzISQTb baikeP9v3zl0/zbv4fg+YXwjt8eVzNcCW0Zh3WzTYiFzFkeyxgy9KoYbQBMxTNBHCFS6t8iQvLXZj OixIj27a6rYGEHt/ApKw7qgZYcDQV5NgGwiqvc8zOfCwWLYe8/Si+m9RqolkGkaGo18zkYBew3Uwz CsJpHlTw==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vvQlc-00000005DnS-1APU; Thu, 26 Feb 2026 02:06:16 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Namjae Jeon , Hyunchul Lee , linux-fsdevel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH] ntfs: repair docum. malformed table Date: Wed, 25 Feb 2026 18:06:15 -0800 Message-ID: <20260226020615.495490-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (bottom) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Signed-off-by: Randy Dunlap Reviewed-by: Hyunchul Lee --- Cc: Namjae Jeon Cc: Hyunchul Lee Cc: linux-fsdevel@vger.kernel.org Cc: Jonathan Corbet 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 =20 The NTFS driver supports the following mount options: =20 -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D iocharset=3Dname 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=3D Refuse creation/ discard=3D Issue block device discard for clusters freed on file deletion/truncation to inform underlying storage. -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D