aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Limonciello <mario_limonciello@dell.com>2016-02-02 15:38:52 -0600
committerDarren Hart <dvhart@linux.intel.com>2016-02-07 11:52:16 -0800
commit66ad0dd30285e14529566a2f816a0d463f63cf81 (patch)
tree7b59c47a33740dbac91b027e787f3b98958457e1
parentLinux 4.5-rc1 (diff)
downloadlinux-dev-66ad0dd30285e14529566a2f816a0d463f63cf81.tar.xz
linux-dev-66ad0dd30285e14529566a2f816a0d463f63cf81.zip
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>
-rw-r--r--drivers/platform/x86/alienware-wmi.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/platform/x86/alienware-wmi.c b/drivers/platform/x86/alienware-wmi.c
index 1e1e59423889..a8750ed720b8 100644
--- a/drivers/platform/x86/alienware-wmi.c
+++ b/drivers/platform/x86/alienware-wmi.c
@@ -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,
+ },
{}
};