ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry
authorHans de Goede <hdegoede@redhat.com>
Sun, 23 Feb 2020 14:29:41 +0000 (15:29 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Mar 2020 09:32:50 +0000 (10:32 +0100)
commit8c3f6993c221cc1a2588046e3ff32d64580396b7
tree655af79d3039990a349719b81d40b83bbe091d28
parent04900fa3ab682a46e88530bf76936cce333896c7
ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry

The Lenovo Ideapad Miix 320 bat_dmi_table entry is using weird indentation
and is the only entry which (unnecessarily) uses DMI_EXACT_MATCH instead
of DMI_MATCH, fixup both to make the entry consistent with the others.

While at it also update the comments for battery_do_not_check_pmic_quirk
entries, adding a bit of text explaining why the quirk is necessary.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/battery.c