提交 66ad0dd3 编写于 作者: M Mario Limonciello 提交者: 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: NMario Limonciello <mario_limonciello@dell.com>
Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
上级 92e963f5
...@@ -105,14 +105,14 @@ static const struct dmi_system_id alienware_quirks[] __initconst = { ...@@ -105,14 +105,14 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
.driver_data = &quirk_x51_family, .driver_data = &quirk_x51_family,
}, },
{ {
.callback = dmi_matched, .callback = dmi_matched,
.ident = "Alienware ASM100", .ident = "Alienware ASM100",
.matches = { .matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "ASM100"), DMI_MATCH(DMI_PRODUCT_NAME, "ASM100"),
}, },
.driver_data = &quirk_asm100, .driver_data = &quirk_asm100,
}, },
{} {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册