Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp158800pxa; Wed, 26 Aug 2020 21:01:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzISG6bduOl2aZv7T9gT8bhqlRdfzqCNtUArjrVQ0zQe6hKQM9jB58Sl5Ql86xbIHjGZwY8 X-Received: by 2002:a17:906:a182:: with SMTP id s2mr18488996ejy.526.1598500893696; Wed, 26 Aug 2020 21:01:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598500893; cv=none; d=google.com; s=arc-20160816; b=Nq8qTZkHrg+lV+4TMZkNYaO7BbpMTk6jTupGv2OKyt2UGY4uup6Ti6TnQpsYaoTu2Y SgkDtoyGLnzqW9N3L2M/RSla9QSB+b1Z9bX0MvUihtXQMdDmbi5IdNRkWgbv1UF7W1mE V+zpw/kmYD1h+DjWdgf5izOUWDNJIvqrv8pKQkKKGzmbGqRhR6RGUgIz0F2vVTHvYUHu D5g5lXik1Lo6ldabzHEP0cXY+lO+kDosHVUP07R2b+bKSc3sDUbSAq40+1YSq2BCkPjo Slzk1sdTaRXr+bR99KVpVPEll9UBnTzPrrBYd4pdp0cITwfSAPUkivzvpQaN6YMZp8fw 8tzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=I8FG7sUFPMMTHdJpKhZjv2F4u0jhzJMCT2SA36WGMzQ=; b=RISLRxRaC0R1VGodUp0l61W2WSs4yMAFxgtEQpURKgbqVeuR+QzDC81knnDzoVQ8CO Lb3wl8SJcitntSetEdxhNTwi/ciqNyG/TiQ5qpqUcEBILcCWRY7OfSA9ue+20squNTEH YVR+3BsHdsg9mm292HdsrXNISYut/VCk+46++FHqWlERirkHMMsZCCKKby64Xsu1GPNC 0yGLNaCZTRk8157/7Xp/Uuta0Hi1kM17NqfdecBMo8BlCp54CKFrjhRuKX2oAWq25df3 bD2jqI7j9Epi3LSTScGoRc6cVSHk5RcqfkFJXPjQAI3zRAKz6DuWmXt5lvd7Yq/tBRCU cghQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g6si675076edv.515.2020.08.26.21.01.11; Wed, 26 Aug 2020 21:01:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725878AbgH0EAZ (ORCPT + 99 others); Thu, 27 Aug 2020 00:00:25 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:60686 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgH0EAZ (ORCPT ); Thu, 27 Aug 2020 00:00:25 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id F125429817; Thu, 27 Aug 2020 00:00:20 -0400 (EDT) Date: Thu, 27 Aug 2020 13:59:59 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: linux-m68k , Linux Kernel Mailing List Subject: Re: [PATCH] m68k: Correct some typos in comments In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Aug 2020, Geert Uytterhoeven wrote: > > @@ -2654,7 +2654,7 @@ func_start mmu_get_page_table_entry,%d0/%a1 > > jne 2f > > > > /* If the page table entry doesn't exist, we allocate a complete new > > - * page and use it as one continues big page table which can cover > > + * page and use it as one continuous big page table which can cover > > Usually I use "contiguous", but the dictionary seems to permit both. > Two or more things may be said to be "contiguous". I think this sentence refers to only one thing. > > * 4MB of memory, nearly almost all mappings have that alignment. > > */ > > get_new_page > > Reviewed-by: Geert Uytterhoeven > i.e. will queue in the m68k for-v5.10 branch. > Thanks. > Gr{oetje,eeting}s, > > Geert >