Skip to content

Commit

Permalink
ACPI: OSI: Shoot duplicate word
Browse files Browse the repository at this point in the history
"this" is duplicated.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Cao jin authored and Rafael J. Wysocki committed Nov 13, 2019
1 parent 31f4f5b commit b4447c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/acpi/osi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4447c0

Please sign in to comment.