Commit cbf6d033 authored by Kacper Piwiński's avatar Kacper Piwiński Committed by Rafael J. Wysocki
Browse files

ACPI: video: fix typo in comment

parent d1eef1c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}