]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
platform/x86: ideapad-laptop: Fix indentation in DMI table
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 4 Jul 2017 15:34:39 +0000 (18:34 +0300)
committerDarren Hart (VMware) <dvhart@infradead.org>
Wed, 5 Jul 2017 18:26:55 +0000 (11:26 -0700)
There are couple of places where 8 spaces are used instead of tabs.
Replace former by latter. No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/ideapad-laptop.c

index 993366a48d5dbaa64b56b7058d8e371b32b451c0..603fc60509713dc818b5612d7b8f6eb6238a53dd 100644 (file)
@@ -932,8 +932,8 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
        {
                .ident = "Lenovo V310-15ISK",
                .matches = {
-                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V310-15ISK"),
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V310-15ISK"),
                },
        },
        {
@@ -981,8 +981,8 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
        {
                .ident = "Lenovo ideapad 310-15IKB",
                .matches = {
-                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 310-15IKB"),
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 310-15IKB"),
                },
        },
        {