alienware-wmi: Clean up whitespace for ASM100 platform

This brings them more in line with the usage of whitespace
in other platforms.

Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Mario Limonciello 2016-02-02 15:38:52 -06:00 committed by Darren Hart
parent 92e963f50f
commit 66ad0dd302
1 changed files with 8 additions and 8 deletions

View File

@ -105,14 +105,14 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
.driver_data = &quirk_x51_family,
},
{
.callback = dmi_matched,
.ident = "Alienware ASM100",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "ASM100"),
},
.driver_data = &quirk_asm100,
},
.callback = dmi_matched,
.ident = "Alienware ASM100",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "ASM100"),
},
.driver_data = &quirk_asm100,
},
{}
};