]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
platform/x86: asus-wireless: Fix indentation
authorJoão Paulo Rechi Vita <jprvita@gmail.com>
Mon, 6 Feb 2017 15:20:21 +0000 (10:20 -0500)
committerDarren Hart <dvhart@linux.intel.com>
Sat, 25 Feb 2017 07:48:48 +0000 (23:48 -0800)
Fix indentation problem introduced when this driver was first merged into
the kernel.

Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/asus-wireless.c

index 9fd43b75339d86709feeab1a1bd67bbecda24fa6..f3796164329efb9ea00aed180a8c1116b813c979 100644 (file)
@@ -98,8 +98,7 @@ static void led_state_update(struct work_struct *work)
                             data->led_state);
 }
 
-static void led_state_set(struct led_classdev *led,
-                                 enum led_brightness value)
+static void led_state_set(struct led_classdev *led, enum led_brightness value)
 {
        struct asus_wireless_data *data;