From: Kacper Piwiński Date: Wed, 11 Dec 2019 09:37:28 +0000 (+0100) Subject: ACPI: video: fix typo in comment X-Git-Tag: v5.6-rc1~191^2~1^3~2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/cbf6d033ad378c6c58ce30cc618f7329a5d8272e ACPI: video: fix typo in comment Signed-off-by: Kacper Piwiński Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c index 2f380e7381d6..15c5b272e698 100644 --- a/drivers/acpi/acpi_video.c +++ b/drivers/acpi/acpi_video.c @@ -2187,7 +2187,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; }