From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fhdYX-0006ty-DC for linux-mtd@lists.infradead.org; Mon, 23 Jul 2018 16:19:31 +0000 Date: Mon, 23 Jul 2018 18:19:15 +0200 From: Boris Brezillon To: Jonathan Corbet Cc: 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 , Miquel Raynal Subject: Re: [PATCH] mtd: nand: fix spelling in driver api documentation Message-ID: <20180723181915.5f35f668@bbrezillon> In-Reply-To: <20180723093924.04af0e2f@lwn.net> References: <20180720075334.24254-1-marcel@ziswiler.com> <20180723093924.04af0e2f@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Jonathan, On Mon, 23 Jul 2018 09:39:24 -0600 Jonathan Corbet wrote: > On Fri, 20 Jul 2018 09:53:33 +0200 > Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > This fixes some spelling mistakes. > > So I hate to complain about a documentation improvement, but... > > > > > Signed-off-by: Marcel Ziswiler > > > > --- > > > > Documentation/driver-api/mtdnand.rst | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/driver-api/mtdnand.rst b/Documentation/driver-api/mtdnand.rst > > index dcd63599f700..c55a6034c397 100644 > > --- a/Documentation/driver-api/mtdnand.rst > > +++ b/Documentation/driver-api/mtdnand.rst > > @@ -374,7 +374,7 @@ The nand driver supports three different types of hardware ECC. > > > > - NAND_ECC_HW8_512 > > > > - Hardware ECC generator providing 6 bytes ECC per 512 byte. > > + Hardware ECC generator providing 8 bytes ECC per 512 byte. > > 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 Regards, Boris