Browse Source

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>
Andy Shevchenko 8 years ago
parent
commit
5e8f42aa49
1 changed files with 4 additions and 4 deletions
  1. 4 4
      drivers/platform/x86/ideapad-laptop.c

+ 4 - 4
drivers/platform/x86/ideapad-laptop.c

@@ -932,8 +932,8 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
 	{
 	{
 		.ident = "Lenovo V310-15ISK",
 		.ident = "Lenovo V310-15ISK",
 		.matches = {
 		.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",
 		.ident = "Lenovo ideapad 310-15IKB",
 		.matches = {
 		.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"),
 		},
 		},
 	},
 	},
 	{
 	{