Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679825 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-07-03 11:40 +0200 |
| Last post | 2017-07-03 13:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Colin King <colin.king@canonical.com> - 2017-07-03 11:40 +0200
Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-07-03 13:40 +0200
Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Richard Weinberger <richard@nod.at> - 2017-07-03 13:50 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-07-03 11:40 +0200 |
| Subject | [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" |
| Message-ID | <tZ5ZL-7Eb-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-07-03 13:40 +0200 |
| Subject | Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" |
| Message-ID | <tZ7RU-J4-17@gated-at.bofh.it> |
| In reply to | #1679825 |
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);
[toc] | [prev] | [next] | [standalone]
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Date | 2017-07-03 13:50 +0200 |
| Subject | Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" |
| Message-ID | <tZ81A-MT-25@gated-at.bofh.it> |
| In reply to | #1679825 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web