linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: acpi_video: fix typo in comment
@ 2019-12-11  9:37 Kacper Piwiński
  2019-12-16 10:21 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Kacper Piwiński @ 2019-12-11  9:37 UTC (permalink / raw)
  To: Zhang Rui, Rafael J. Wysocki, Len Brown, linux-acpi, linux-kernel
  Cc: Kacper Piwiński

Signed-off-by: Kacper Piwiński <cosiekvfj@o2.pl>
---
 drivers/acpi/acpi_video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index 4f325e47519f..9b4da4167a2b 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -2183,7 +2183,7 @@ int acpi_video_register(void)
 	if (register_count) {
 		/*
 		 * if the function of acpi_video_register is already called,
-		 * don't register the acpi_vide_bus again and return no error.
+		 * don't register the acpi_video_bus again and return no error.
 		 */
 		goto leave;
 	}
-- 
2.24.0


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

* Re: [PATCH] ACPI: acpi_video: fix typo in comment
  2019-12-11  9:37 [PATCH] ACPI: acpi_video: fix typo in comment Kacper Piwiński
@ 2019-12-16 10:21 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-12-16 10:21 UTC (permalink / raw)
  To: Kacper Piwiński
  Cc: Zhang Rui, Rafael J. Wysocki, Len Brown, ACPI Devel Maling List,
	Linux Kernel Mailing List

On Wed, Dec 11, 2019 at 10:46 AM Kacper Piwiński <cosiekvfj@o2.pl> wrote:
>
> Signed-off-by: Kacper Piwiński <cosiekvfj@o2.pl>

Applying as 5.6 material, thanks!

> ---
>  drivers/acpi/acpi_video.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
> index 4f325e47519f..9b4da4167a2b 100644
> --- a/drivers/acpi/acpi_video.c
> +++ b/drivers/acpi/acpi_video.c
> @@ -2183,7 +2183,7 @@ int acpi_video_register(void)
>         if (register_count) {
>                 /*
>                  * if the function of acpi_video_register is already called,
> -                * don't register the acpi_vide_bus again and return no error.
> +                * don't register the acpi_video_bus again and return no error.
>                  */
>                 goto leave;
>         }
> --
> 2.24.0
>

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

end of thread, other threads:[~2019-12-16 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11  9:37 [PATCH] ACPI: acpi_video: fix typo in comment Kacper Piwiński
2019-12-16 10:21 ` Rafael J. Wysocki

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