[PATCH] mtd: nand: gpmi: fix typo in comment

Boris Brezillon boris.brezillon at free-electrons.com
Wed Jun 7 00:25:12 PDT 2017


On Mon,  5 Jun 2017 11:34:38 +0200
Matthias Lange <matthias.lange at kernkonzept.com> wrote:

> Signed-off-by: Matthias Lange <matthias.lange at kernkonzept.com>

Applied.

> ---
>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> index 141bd70..41f53ae 100644
> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
>  
>  	nand->select_chip(mtd, 0);
>  
> -	/* [1] send SET FEATURE commond to NAND */
> +	/* [1] send SET FEATURE command to NAND */
>  	feature[0] = mode;
>  	ret = nand->onfi_set_features(mtd, nand,
>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);




More information about the linux-mtd mailing list