ACPI / AC: Cleanup DMI quirk table
authorHans de Goede <hdegoede@redhat.com>
Sun, 23 Feb 2020 14:29:40 +0000 (15:29 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Mar 2020 09:32:50 +0000 (10:32 +0100)
commit04900fa3ab682a46e88530bf76936cce333896c7
tree16066f66b54e2b109157a7e43ba14bdddb12b3aa
parent98d54f81e36ba3bf92172791eba5ca5bd813989b
ACPI / AC: Cleanup DMI quirk table

The 3 different entries we have sofar all use different identation and
2 of the use DMI_MATCH where as 1 unnecessarily used DMI_EXACT_MATCH
Fix this to just use full tab idents for each level and DMI_MATCH
everywhere and sort the entries alphabetically.

Also add a bit of text to the comments 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/ac.c