[PATCH 11/11] driver: thinkpad_acpi: remove spaces at the beginning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This commit fixes the "please, no spaces at the start of a line"
checkpatch warning.

Signed-off-by: Konrad Zapalowicz <bergo.torino@xxxxxxxxx>
---
 drivers/platform/x86/thinkpad_acpi.c | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index 14da752..4593328 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -1953,19 +1953,18 @@ enum {	/* NVRAM to ACPI HKEY group map */
 
 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
 struct tp_nvram_state {
-       u16 thinkpad_toggle:1;
-       u16 zoom_toggle:1;
-       u16 display_toggle:1;
-       u16 thinklight_toggle:1;
-       u16 hibernate_toggle:1;
-       u16 displayexp_toggle:1;
-       u16 display_state:1;
-       u16 brightness_toggle:1;
-       u16 volume_toggle:1;
-       u16 mute:1;
-
-       u8 brightness_level;
-       u8 volume_level;
+	u16 thinkpad_toggle:1;
+	u16 zoom_toggle:1;
+	u16 display_toggle:1;
+	u16 thinklight_toggle:1;
+	u16 hibernate_toggle:1;
+	u16 displayexp_toggle:1;
+	u16 display_state:1;
+	u16 brightness_toggle:1;
+	u16 volume_toggle:1;
+	u16 mute:1;
+	u8 brightness_level;
+	u8 volume_level;
 };
 
 /* kthread for the hotkey poller */
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux