On Wed, Dec 11, 2019 at 10:46 AM Kacper Piwiński <cosiekvfj@xxxxx> wrote: > > Signed-off-by: Kacper Piwiński <cosiekvfj@xxxxx> 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 >