Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
@ 2017-07-03  9:37 Colin King
  2017-07-03 11:35 ` Boris Brezillon
  2017-07-03 11:41 ` Richard Weinberger
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-07-03  9:37 UTC (permalink / raw)
  To: Artem Bityutskiy, Richard Weinberger, David Woodhouse,
	Brian Norris, Boris Brezillon, Marek Vasut, Cyrille Pitchen,
	linux-mtd
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in ubi_err error message

Signed-off-by: Colin Ian King <colin.king@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);
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
  2017-07-03  9:37 [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Colin King
@ 2017-07-03 11:35 ` Boris Brezillon
  2017-07-03 11:41 ` Richard Weinberger
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2017-07-03 11:35 UTC (permalink / raw)
  To: Colin King
  Cc: Artem Bityutskiy, Richard Weinberger, David Woodhouse,
	Brian Norris, Marek Vasut, Cyrille Pitchen, linux-mtd,
	linux-kernel

On Mon,  3 Jul 2017 10:37:01 +0100
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in ubi_err error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
  2017-07-03  9:37 [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Colin King
  2017-07-03 11:35 ` Boris Brezillon
@ 2017-07-03 11:41 ` Richard Weinberger
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Weinberger @ 2017-07-03 11:41 UTC (permalink / raw)
  To: Colin King, Artem Bityutskiy, David Woodhouse, Brian Norris,
	Boris Brezillon, Marek Vasut, Cyrille Pitchen, linux-mtd
  Cc: linux-kernel

Colin,

Am 03.07.2017 um 11:37 schrieb Colin King:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in ubi_err error message
> 
> Signed-off-by: Colin Ian King <colin.king@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-03 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03  9:37 [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Colin King
2017-07-03 11:35 ` Boris Brezillon
2017-07-03 11:41 ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox