From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBCA5C433E4 for ; Tue, 14 Jul 2020 13:51:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A4C920760 for ; Tue, 14 Jul 2020 13:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726934AbgGNNvE (ORCPT ); Tue, 14 Jul 2020 09:51:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbgGNNvE (ORCPT ); Tue, 14 Jul 2020 09:51:04 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B057FC061755; Tue, 14 Jul 2020 06:51:01 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 1A3A560C; Tue, 14 Jul 2020 13:51:01 +0000 (UTC) Date: Tue, 14 Jul 2020 07:51:00 -0600 From: Jonathan Corbet To: Chris Packham Cc: adobriyan@gmail.com, mchehab+huawei@kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] doc: filesystems: proc: Remove stray '-' preventing table output Message-ID: <20200714075100.41db8cea@lwn.net> In-Reply-To: <20200714090644.13011-1-chris.packham@alliedtelesis.co.nz> References: <20200714090644.13011-1-chris.packham@alliedtelesis.co.nz> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, 14 Jul 2020 21:06:43 +1200 Chris Packham wrote: > When processing proc.rst sphinx complained > > Documentation/filesystems/proc.rst:548: WARNING: Malformed table. > Text in column margin in table line 29. > > This caused the entire table to be dropped. Removing the stray '-' > resolves the error and produces the desired table. > > Signed-off-by: Chris Packham > --- > Documentation/filesystems/proc.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst > index 996f3cfe7030..53a0230a08e2 100644 > --- a/Documentation/filesystems/proc.rst > +++ b/Documentation/filesystems/proc.rst > @@ -545,7 +545,7 @@ encoded manner. The codes are the following: > hg huge page advise flag > nh no huge page advise flag > mg mergable advise flag > - bt - arm64 BTI guarded page > + bt arm64 BTI guarded page > == ======================================= Which tree are you looking at? Mauro fixed this back in June... Thanks, jon