[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1292967680-14208-1-git-send-email-jan.fuesting@gmx.de>
Date:	Tue, 21 Dec 2010 22:41:20 +0100
From:	Jan Füsting <jan.fuesting@....de>
To:	lenb@...nel.org
Cc:	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
	Jan Füsting <jan.fuesting@....de>
Subject: [PATCH 2/2] ACPI: Fixed some coding style issues in fan.c and battery.c
Fixed some coding style issues in fan.c and battery.c
Signed-off-by: Jan Füsting <jan.fuesting@....de>
---
 drivers/acpi/battery.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c
index 16fc4df..35d0c6f 100644
--- a/drivers/acpi/battery.c
+++ b/drivers/acpi/battery.c
@@ -580,7 +580,7 @@ static void acpi_battery_quirks(struct acpi_battery *battery)
 {
 	if (dmi_name_in_vendors("Acer") && battery->power_unit)
 		set_bit(ACPI_BATTERY_QUIRK_SIGNED16_CURRENT, &battery->flags);
-}	
+}
 
 /*
  * According to the ACPI spec, some kinds of primary batteries can
-- 
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
