]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
alienware-wmi: Clean up whitespace for ASM100 platform
authorMario Limonciello <mario_limonciello@dell.com>
Tue, 2 Feb 2016 21:38:52 +0000 (15:38 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Sun, 7 Feb 2016 19:52:16 +0000 (11:52 -0800)
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>
drivers/platform/x86/alienware-wmi.c

index 1e1e594238892a3bf18d99ee0e4e35d58ac96d1f..a8750ed720b83e69948ccd45609ea7524c26f24f 100644 (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,
+        },
        {}
 };