aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-07-04 18:34:39 +0300
committerDarren Hart (VMware) <dvhart@infradead.org>2017-07-05 11:26:55 -0700
commit5e8f42aa49d9c8686f5ca56a1734767c476c62d5 (patch)
tree455c2033276838305e2409c3bd0837b781a8c266 /drivers/platform
parentplatform/x86: ideapad-laptop: Add several models to no_hw_rfkill (diff)
downloadlinux-dev-5e8f42aa49d9c8686f5ca56a1734767c476c62d5.tar.xz
linux-dev-5e8f42aa49d9c8686f5ca56a1734767c476c62d5.zip
platform/x86: ideapad-laptop: Fix indentation in DMI table
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>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/ideapad-laptop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c
index 993366a48d5d..603fc6050971 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -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"),
},
},
{