Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756189Ab3H3VVF (ORCPT ); Fri, 30 Aug 2013 17:21:05 -0400 Received: from mail-ob0-f171.google.com ([209.85.214.171]:39461 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755752Ab3H3VVD (ORCPT ); Fri, 30 Aug 2013 17:21:03 -0400 From: Felipe Contreras To: linux-kernel@vger.kernel.org Cc: Felipe Contreras , Corentin Chary , Matthew Garrett , Jiri Kosina , acpi4asus-user@lists.sourceforge.net (open list:ASUS NOTEBOOKS AN...), platform-driver-x86@vger.kernel.org (open list:ASUS NOTEBOOKS AN...) Subject: [PATCH] x86: asus-laptop: trivial style cleanups Date: Fri, 30 Aug 2013 16:16:23 -0500 Message-Id: <1377897383-2841-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.8.4-fc Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1158 Lines: 37 Signed-off-by: Felipe Contreras --- 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 8e268da..81a5f26 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) @@ -1854,9 +1854,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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/