[PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"

Richard Weinberger richard at nod.at
Mon Jul 3 04:41:53 PDT 2017


Colin,

Am 03.07.2017 um 11:37 schrieb Colin King:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Trivial fix to spelling mistake in ubi_err error message
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  drivers/mtd/ubi/fastmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c
> index b44c8d348e78..5a832bc79b1b 100644
> --- a/drivers/mtd/ubi/fastmap.c
> +++ b/drivers/mtd/ubi/fastmap.c
> @@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi)
>  
>  	ret = invalidate_fastmap(ubi);
>  	if (ret < 0) {
> -		ubi_err(ubi, "Unable to invalidiate current fastmap!");
> +		ubi_err(ubi, "Unable to invalidate current fastmap!");
>  		ubi_ro_mode(ubi);
>  	} else {
>  		return_fm_pebs(ubi, old_fm);
> 

Isn't this material for the trivial tree?

Thanks,
//richard



More information about the linux-mtd mailing list