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=-9.7 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 069DDC56201 for ; Wed, 21 Oct 2020 21:15:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9CB4224198 for ; Wed, 21 Oct 2020 21:15:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2505920AbgJUVPD (ORCPT ); Wed, 21 Oct 2020 17:15:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2411408AbgJUVPD (ORCPT ); Wed, 21 Oct 2020 17:15:03 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6139C0613CE; Wed, 21 Oct 2020 14:15:02 -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 5CFC17C0; Wed, 21 Oct 2020 21:15:01 +0000 (UTC) Date: Wed, 21 Oct 2020 15:14:58 -0600 From: Jonathan Corbet To: Wei Lin Chang Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, x86@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: x86: fix a missing word in x86_64/mm.rst. Message-ID: <20201021151458.63e2d5ff@lwn.net> In-Reply-To: <20201015062242.26296-1-r09922117@csie.ntu.edu.tw> References: <20201015062242.26296-1-r09922117@csie.ntu.edu.tw> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 15 Oct 2020 14:22:42 +0800 Wei Lin Chang wrote: > This patch adds a missing word in x86/x86_64/mm.rst, without which > the note reads awkwardly. > > Signed-off-by: Wei Lin Chang > --- > Documentation/x86/x86_64/mm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst > index e5053404a..ede187571 100644 > --- a/Documentation/x86/x86_64/mm.rst > +++ b/Documentation/x86/x86_64/mm.rst > @@ -19,7 +19,7 @@ Complete virtual memory map with 4-level page tables > Note that as we get closer to the top of the address space, the notation changes > from TB to GB and then MB/KB. > > - - "16M TB" might look weird at first sight, but it's an easier to visualize size > + - "16M TB" might look weird at first sight, but it's an easier way to visualize size Applied, thanks. jon