Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp851263imm; Wed, 25 Jul 2018 07:16:58 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe7Ns+i/sKdnbKssZJZucpSuqZYdSdNnPji4ZRQetirVbN/1BPMIJWdFuDQA7NcaiciR42a X-Received: by 2002:a63:e116:: with SMTP id z22-v6mr15287213pgh.89.1532528218719; Wed, 25 Jul 2018 07:16:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532528218; cv=none; d=google.com; s=arc-20160816; b=gwYhQFB52OZ374tbF44DzNC6x0Ei7irAmBCRujWCYp/oC2xRhRHiPo5+OM/2fiWBmR Ys1Ch3d7al3fYZJE+0sEY9ODer+YjtFhzsLhJkPdl8dGBTzYTA/rXarJcAOEaiFAhF6J MGmz4I9+02xBTnZIPpmwFJjZHjhFcUQRB1vo5lPIYAzZG5MndBnGwe94ty9djRxWTD9y 3uJCTW7t+9aCPyZSRxcHMjV2rkau73bE/6GxM+3phfVU7AgDLE+2aWzXC7WFWG8IfKMj Sk6gWccUSA+4gWIZ6g/ZueKTC9m4bAkfQxhMszHlu6atiub54L+LVwgMh+Jb6Q0B2IDt 99WA== 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=Uvhniua8+3qoNDnD9W1MV6+idiFabqGMkrrOmUYGRNU=; b=CLnseAirQL9Ozrjk9NeQwvlNJpDrKMa+UkLeu+78nqWicK4/r82++SIJgIguZ8MVcG fARHx6ND6NncKF87l7ecslZA0XvTVNe8sT8u2P6hFn8WHrdnlk5XQNVYr5EXwihQTbsk nhaiqkcWOOfHJlVlvNs7MIbnpzUzRpMnz3Is/HPmd1Zo27EjhU1PX1nX78/5LaYU7VwM VgUTDF0N0IFPS8Y7qGsiOt2q3/Vp2IMTeZUBLTC00G+OqGqZg3r3tgh/RRDQsGus3dqI cIutishmA2T/8TwEYpIYTU3NvVYKv6kGHn9Hk39zsB56EPkgcH1VAxcxftxiHdPaauF/ hmrQ== 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 u5-v6si12879578pls.372.2018.07.25.07.16.43; Wed, 25 Jul 2018 07:16:58 -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 S1729107AbeGYP1k (ORCPT + 99 others); Wed, 25 Jul 2018 11:27:40 -0400 Received: from ms.lwn.net ([45.79.88.28]:46310 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727504AbeGYP1k (ORCPT ); Wed, 25 Jul 2018 11:27: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 17D6230D; Wed, 25 Jul 2018 14:15:48 +0000 (UTC) Date: Wed, 25 Jul 2018 08:15:47 -0600 From: Jonathan Corbet To: Miquel Raynal Cc: Boris Brezillon , Marcel Ziswiler , linux-mtd@lists.infradead.org, Marcel Ziswiler , Gregory CLEMENT , H Hartley Sweeten , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Vladimir Zapolskiy Subject: Re: [PATCH] mtd: nand: fix spelling in driver api documentation Message-ID: <20180725081547.21ea6597@lwn.net> In-Reply-To: <20180725092928.243bf07f@xps13> References: <20180720075334.24254-1-marcel@ziswiler.com> <20180723093924.04af0e2f@lwn.net> <20180723181915.5f35f668@bbrezillon> <20180725092928.243bf07f@xps13> 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 Wed, 25 Jul 2018 09:29:28 +0200 Miquel Raynal wrote: > > > That's not a spelling mistake, that's a factual change. I'll apply the > > > patch since it appears to be correct, but will be tweaking the changelog. > > > > I think Miquel had planned to apply this patch to the NAND tree, but we > > don't seem to have conflicting changes on this file, so feel free to > > take it in the doc tree. > > > > Acked-by: Boris Brezillon > > Can you confirm you will take this patch? Yeah, that's what the "I'll apply the patch" part above means :) It's already in docs-next. Thanks, jon