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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2C06C433F5 for ; Wed, 20 Apr 2022 12:46:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353716AbiDTMtX (ORCPT ); Wed, 20 Apr 2022 08:49:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348748AbiDTMtW (ORCPT ); Wed, 20 Apr 2022 08:49:22 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41D6B3BFBE; Wed, 20 Apr 2022 05:46:37 -0700 (PDT) Received: from localhost (unknown [151.68.223.215]) (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 E7117378; Wed, 20 Apr 2022 12:46:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net E7117378 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1650458797; bh=BgIHcvaj/KfUgAyHJOsk+OU5MNNVxfxAo3KS8RmYeZQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=PSbP6DALguwm5EHOwD+FPf46VnpXKWokAPBHEZT6JTiGrfZ/cvzHvNFFqfSjfCGzv 0LDWiacpkpBLdqZc20gNp0vpv/6QGs03hsWcQapmDdAxXfHtRRRUB68ZljI5u/lnPY j390tH0EOa0Uo0drO5TXJW6gA2VzotevbS4EjNPYj+2NCDHZ35/2SWlXa5mGBw5ggN AvmUj1rQ9XJffMJdoeNJeoaRQQ09wMpWQzEfU3KovjqkbzfHpckNZnfPPdQAz5A7D2 E7YQ/Z/ohWp2YcnBi8Sgl5MQNjAFPSUTyaKJjBObHEjK2x2r6ZHDLyZZ4Uk7bOSX7P SfkG4L7ePMRpQ== From: Jonathan Corbet To: Bagas Sanjaya , Haowen Bai , siyanteng01@gmail.com Cc: alexs@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, seakeel@gmail.com, siyanteng@loongson.cn Subject: Re: [PATCH 2/2] doc/vm/page_owner.rst: Fix table display confusion In-Reply-To: References: <1650424016-7225-1-git-send-email-baihaowen@meizu.com> <1650424016-7225-3-git-send-email-baihaowen@meizu.com> Date: Wed, 20 Apr 2022 06:46:32 -0600 Message-ID: <87tuan3ot3.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Bagas Sanjaya writes: > On 4/20/22 10:06, Haowen Bai wrote: >> After make htmldocs, the table which is made of tab will >> display all by one line. so we make a standard table for STANDARD >> FORMAT SPECIFIERS description. >> >> Signed-off-by: Haowen Bai >> --- >> Documentation/vm/page_owner.rst | 34 ++++++++++++++++++++-------------- >> 1 file changed, 20 insertions(+), 14 deletions(-) >> > > I guess this patch can be factored into its own single-patch series, > so the zh_CN patch at [1/2] can depend on it, right? I'm not quite sure what that would buy for anybody ... ? Arguably the two patches could have appeared in the opposite order, but nothing will break with it done this way. jon