Commit 66ad0dd3 authored by Mario Limonciello's avatar Mario Limonciello Committed by Darren Hart

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: default avatarMario Limonciello <mario_limonciello@dell.com>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 92e963f5
......@@ -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,
},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment