linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"
@ 2019-05-14 20:57 Colin King
  2019-05-15 12:26 ` Mukesh Ojha
  2019-05-16  3:41 ` Ben Skeggs
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2019-05-14 20:57 UTC (permalink / raw)
  To: Ben Skeggs, David Airlie, Daniel Vetter, dri-devel, nouveau
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a warning message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
index ec0e9f7224b5..3f4f27d191ae 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
@@ -834,7 +834,7 @@ init_generic_condition(struct nvbios_init *init)
 		init_exec_set(init, false);
 		break;
 	default:
-		warn("INIT_GENERIC_CONDITON: unknown 0x%02x\n", cond);
+		warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond);
 		init->offset += size;
 		break;
 	}
-- 
2.20.1


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

* Re: [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"
  2019-05-14 20:57 [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" Colin King
@ 2019-05-15 12:26 ` Mukesh Ojha
  2019-05-16  3:41 ` Ben Skeggs
  1 sibling, 0 replies; 4+ messages in thread
From: Mukesh Ojha @ 2019-05-15 12:26 UTC (permalink / raw)
  To: Colin King, Ben Skeggs, David Airlie, Daniel Vetter, dri-devel, nouveau
  Cc: kernel-janitors, linux-kernel


On 5/15/2019 2:27 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a warning message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh

> ---
>   drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> index ec0e9f7224b5..3f4f27d191ae 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> @@ -834,7 +834,7 @@ init_generic_condition(struct nvbios_init *init)
>   		init_exec_set(init, false);
>   		break;
>   	default:
> -		warn("INIT_GENERIC_CONDITON: unknown 0x%02x\n", cond);
> +		warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond);
>   		init->offset += size;
>   		break;
>   	}

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

* Re: [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"
  2019-05-14 20:57 [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" Colin King
  2019-05-15 12:26 ` Mukesh Ojha
@ 2019-05-16  3:41 ` Ben Skeggs
  1 sibling, 0 replies; 4+ messages in thread
From: Ben Skeggs @ 2019-05-16  3:41 UTC (permalink / raw)
  To: Colin King
  Cc: Ben Skeggs, David Airlie, Daniel Vetter, dri-devel, nouveau,
	kernel-janitors, linux-kernel

On Wed, 15 May 2019 at 06:57, Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a warning message. Fix it.
Thanks, merged.

>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> index ec0e9f7224b5..3f4f27d191ae 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> @@ -834,7 +834,7 @@ init_generic_condition(struct nvbios_init *init)
>                 init_exec_set(init, false);
>                 break;
>         default:
> -               warn("INIT_GENERIC_CONDITON: unknown 0x%02x\n", cond);
> +               warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond);
>                 init->offset += size;
>                 break;
>         }
> --
> 2.20.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] drm/nouveau/bios/init: fix spelling mistake: "CONDITON" -> "CONDITION"
@ 2018-03-28 18:42 Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-03-28 18:42 UTC (permalink / raw)
  To: Ben Skeggs, David Airlie, dri-devel, nouveau
  Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in warning message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
index 9cc10e438b3d..003dc8edf1c3 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
@@ -831,7 +831,7 @@ init_generic_condition(struct nvbios_init *init)
 			init_exec_set(init, false);
 		break;
 	default:
-		warn("INIT_GENERIC_CONDITON: unknown 0x%02x\n", cond);
+		warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond);
 		init->offset += size;
 		break;
 	}
-- 
2.15.1

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

end of thread, other threads:[~2019-05-16  3:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 20:57 [PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" Colin King
2019-05-15 12:26 ` Mukesh Ojha
2019-05-16  3:41 ` Ben Skeggs
  -- strict thread matches above, loose matches on Subject: below --
2018-03-28 18:42 [PATCH] drm/nouveau/bios/init: fix spelling mistake: " Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).