nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Nouveau] [PATCH] drm/nouveau/bios/init: A typo fix
@ 2021-03-24  6:34 Bhaskar Chowdhury
  2021-03-24 21:43 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24  6:34 UTC (permalink / raw)
  To: bskeggs, airlied, daniel, unixbhaskar, dri-devel, nouveau, linux-kernel
  Cc: rdunlap


s/conditon/condition/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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 9de74f41dcd2..142079403864 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
@@ -401,7 +401,7 @@ init_table_(struct nvbios_init *init, u16 offset, const char *name)
 #define init_macro_table(b) init_table_((b), 0x04, "macro table")
 #define init_condition_table(b) init_table_((b), 0x06, "condition table")
 #define init_io_condition_table(b) init_table_((b), 0x08, "io condition table")
-#define init_io_flag_condition_table(b) init_table_((b), 0x0a, "io flag conditon table")
+#define init_io_flag_condition_table(b) init_table_((b), 0x0a, "io flag condition table")
 #define init_function_table(b) init_table_((b), 0x0c, "function table")
 #define init_xlat_table(b) init_table_((b), 0x10, "xlat table");

--
2.30.1

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

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

* Re: [Nouveau] [PATCH] drm/nouveau/bios/init: A typo fix
  2021-03-24  6:34 [Nouveau] [PATCH] drm/nouveau/bios/init: A typo fix Bhaskar Chowdhury
@ 2021-03-24 21:43 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-24 21:43 UTC (permalink / raw)
  To: Bhaskar Chowdhury, bskeggs, airlied, daniel, dri-devel, nouveau,
	linux-kernel

On 3/23/21 11:34 PM, Bhaskar Chowdhury wrote:
> 
> s/conditon/condition/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  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 9de74f41dcd2..142079403864 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
> @@ -401,7 +401,7 @@ init_table_(struct nvbios_init *init, u16 offset, const char *name)
>  #define init_macro_table(b) init_table_((b), 0x04, "macro table")
>  #define init_condition_table(b) init_table_((b), 0x06, "condition table")
>  #define init_io_condition_table(b) init_table_((b), 0x08, "io condition table")
> -#define init_io_flag_condition_table(b) init_table_((b), 0x0a, "io flag conditon table")
> +#define init_io_flag_condition_table(b) init_table_((b), 0x0a, "io flag condition table")
>  #define init_function_table(b) init_table_((b), 0x0c, "function table")
>  #define init_xlat_table(b) init_table_((b), 0x10, "xlat table");
> 
> --


-- 
~Randy

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

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

end of thread, other threads:[~2021-03-25  6:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:34 [Nouveau] [PATCH] drm/nouveau/bios/init: A typo fix Bhaskar Chowdhury
2021-03-24 21:43 ` Randy Dunlap

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).