[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1377897365-2774-1-git-send-email-felipe.contreras@gmail.com>
Date: Fri, 30 Aug 2013 16:16:05 -0500
From: Felipe Contreras <felipe.contreras@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Felipe Contreras <felipe.contreras@...il.com>,
Zhang Rui <rui.zhang@...el.com>, Len Brown <lenb@...nel.org>,
"Rafael J. Wysocki" <rjw@...k.pl>,
Jiri Kosina <trivial@...nel.org>,
linux-acpi@...r.kernel.org (open list:ACPI FAN DRIVER)
Subject: [PATCH] acpi: fan: trivial style cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@...il.com>
---
drivers/acpi/fan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c
index 5b02a0a..0898649 100644
--- a/drivers/acpi/fan.c
+++ b/drivers/acpi/fan.c
@@ -168,7 +168,7 @@ static int acpi_fan_add(struct acpi_device *device)
acpi_device_name(device), acpi_device_bid(device),
!device->power.state ? "on" : "off");
- end:
+end:
return result;
}
--
1.8.4-fc
--
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