diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2019-11-05 13:15:01 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-13 13:12:08 +0300 |
commit | b4447c0dcd0d270e98a88e34df52cb097acd0fd2 (patch) | |
tree | 6f8971144f9d5c13d36c98b69d71a895c1f11125 /drivers/acpi | |
parent | 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c (diff) | |
download | linux-b4447c0dcd0d270e98a88e34df52cb097acd0fd2.tar.xz |
ACPI: OSI: Shoot duplicate word
"this" is duplicated.
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/osi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c index bec0bebc7f52..9f6853809138 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, |