Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5307239imm; Tue, 26 Jun 2018 09:05:02 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKtGEVubk59uwd4jNlk9tbu7P+HHWTzQyIa5J1uTsHYeQV4aQxIe3XUik190WD5O69mQJWx X-Received: by 2002:a63:6243:: with SMTP id w64-v6mr1932180pgb.179.1530029102317; Tue, 26 Jun 2018 09:05:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530029102; cv=none; d=google.com; s=arc-20160816; b=DktOZv/rVV8TLLSw60S5dm/GAQvKgNAhn8J9Z7rRAlYDtApT2b1Z9ANwohCEtbMWsp 7UJIAOpr3KpsU0fPlV4X4k89+StMLTETP3eTR2rVy/kUDfshjKlzKK3E7Em6mpwdbauq HPPjGWRuS5zdd0Lr8ViG7NhIFGJ7vgMy8DniQwLCwKhQ96lQOpWZ8JYzT90KeJ7d4pc5 pNGufbOYE+Bh7jtHBpcA5HnNYfK6IezYswU4NtD+WTuTwHhih8rJ+3hLYfmeiv1j16G3 1sBd/Ot8/xLpEXkwpt7kkTMhQgU+E8DV56ZSt6E2CR2o7ps2rUWXqOgtYlvtRk8Doiny 25cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=qAjlAOpv48lHOkquzzKgwNd87RIxu6mpnm9r5+2ltAM=; b=bu4tKfDBBrEDwBs/QENmO9dfuovDc5mSFl8y81oJw5fY8Qg/8l23cvR+lLL9nadqtN 7G6tYYEZw2DvETEFcE/KrNkig6b2+ng4Na+TWWdM8Lpzg9uvw4YXfNWgpOAH8U305Buz xksLYA21zt22C5LY/RkDgEzTHh7VwKgkBAve47GC2qpjHkMEuOnMY+uRms2/Ht3vfis0 p86iZwU3Ypxm67nLr4VhJySrEeB45KjLRKVofFkgtsNTLHbuGX8cahlgDg/PB5aA9eZz 2CD6eYzqy/3rkblkvqooxHntPwONbSeXsqbq9gVOgxY3VO1GYB96ar3zXx3wTgEizTqH TB6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e1-v6si1816958pfk.198.2018.06.26.09.04.44; Tue, 26 Jun 2018 09:05:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935099AbeFZOmm (ORCPT + 99 others); Tue, 26 Jun 2018 10:42:42 -0400 Received: from ms.lwn.net ([45.79.88.28]:35238 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934936AbeFZOmk (ORCPT ); Tue, 26 Jun 2018 10:42:40 -0400 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 4A91E2F3; Tue, 26 Jun 2018 14:42:40 +0000 (UTC) Date: Tue, 26 Jun 2018 08:42:39 -0600 From: Jonathan Corbet To: Martin Kepplinger Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: nommu-map: Fix duplicate word typo Message-ID: <20180626084239.27d88f7e@lwn.net> In-Reply-To: <20180622073211.8220-1-martink@posteo.de> References: <20180622073211.8220-1-martink@posteo.de> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Jun 2018 09:32:11 +0200 Martin Kepplinger wrote: > Signed-off-by: Martin Kepplinger > --- > Documentation/nommu-mmap.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/nommu-mmap.txt b/Documentation/nommu-mmap.txt > index 69556f0d494b..530fed08de2c 100644 > --- a/Documentation/nommu-mmap.txt > +++ b/Documentation/nommu-mmap.txt > @@ -47,7 +47,7 @@ and it's also much more restricted in the latter case: > appropriate mapping protection capabilities. Ramfs, romfs, cramfs > and mtd might all permit this. > > - - If the backing device device can't or won't permit direct sharing, > + - If the backing device can't or won't permit direct sharing, > but does have the NOMMU_MAP_COPY capability, then a copy of the > appropriate bit of the file will be read into a contiguous bit of > memory and any extraneous space beyond the EOF will be cleared Applied, thanks. jon