]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ACPI: OSI: Shoot duplicate word
authorCao jin <caoj.fnst@cn.fujitsu.com>
Tue, 5 Nov 2019 10:15:01 +0000 (18:15 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Nov 2019 10:12:08 +0000 (11:12 +0100)
"this" is duplicated.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osi.c

index bec0bebc7f52b28feacad040828a4f442230397c..9f685380913849aa9b142a749aaec993737d23f7 100644 (file)
@@ -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,