Re: [PATCH] mtd: nand: fix spelling in driver api documentation

From: Jonathan Corbet
Date: Mon Jul 23 2018 - 11:39:28 EST


On Fri, 20 Jul 2018 09:53:33 +0200
Marcel Ziswiler <marcel@xxxxxxxxxxxx> wrote:

> From: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx>
>
> This fixes some spelling mistakes.

So I hate to complain about a documentation improvement, but...

>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx>
>
> ---
>
> 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.

Thanks,

jon