From: Cao jin Date: Tue, 5 Nov 2019 10:15:01 +0000 (+0800) Subject: ACPI: OSI: Shoot duplicate word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b4447c0dcd0d270e98a88e34df52cb097acd0fd2;p=linux.git ACPI: OSI: Shoot duplicate word "this" is duplicated. Signed-off-by: Cao jin Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c index bec0bebc7f52b..9f68538091384 100644 --- a/drivers/acpi/osi.c +++ b/drivers/acpi/osi.c @@ -473,9 +473,9 @@ static const struct dmi_system_id acpi_osi_dmi_table[] __initconst = { */ /* - * Without this this EEEpc exports a non working WMI interface, with - * this it exports a working "good old" eeepc_laptop interface, fixing - * both brightness control, and rfkill not working. + * Without this EEEpc exports a non working WMI interface, with + * this it exports a working "good old" eeepc_laptop interface, + * fixing both brightness control, and rfkill not working. */ { .callback = dmi_enable_osi_linux,