2013-10-08 03:14:41

by Felipe Contreras

[permalink] [raw]
Subject: [RESEND/PATCH 0/2] Trivial style cleanups

Hi,

Exactly the same as last time.

Felipe Contreras (2):
acpi: fan: trivial style cleanup
x86: asus-laptop: trivial style cleanups

drivers/acpi/fan.c | 2 +-
drivers/platform/x86/asus-laptop.c | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)

--
1.8.4-fc


2013-10-08 03:14:48

by Felipe Contreras

[permalink] [raw]
Subject: [RESEND/PATCH 1/2] acpi: fan: trivial style cleanup

Signed-off-by: Felipe Contreras <[email protected]>
---
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 41ade65..ba3da88 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

2013-10-08 03:15:01

by Felipe Contreras

[permalink] [raw]
Subject: [RESEND/PATCH 2/2] x86: asus-laptop: trivial style cleanups

Signed-off-by: Felipe Contreras <[email protected]>
---
drivers/platform/x86/asus-laptop.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 0e9c169..0210cf4 100644
--- a/drivers/platform/x86/asus-laptop.c
+++ b/drivers/platform/x86/asus-laptop.c
@@ -1032,7 +1032,7 @@ static ssize_t store_wlan(struct device *dev, struct device_attribute *attr,
return sysfs_acpi_set(asus, buf, count, METHOD_WLAN);
}

-/*e
+/*
* Bluetooth
*/
static int asus_bluetooth_set(struct asus_laptop *asus, int status)
@@ -1853,9 +1853,8 @@ static void asus_dmi_check(void)
return;

/* On L1400B WLED control the sound card, don't mess with it ... */
- if (strncmp(model, "L1400B", 6) == 0) {
+ if (strncmp(model, "L1400B", 6) == 0)
wlan_status = -1;
- }
}

static bool asus_device_present;
--
1.8.4-fc