Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ac20e62 authored by João Paulo Rechi Vita's avatar João Paulo Rechi Vita Committed by Darren Hart
Browse files

platform/x86: asus-wireless: Fix indentation



Fix indentation problem introduced when this driver was first merged into
the kernel.

Signed-off-by: default avatarJoão Paulo Rechi Vita <jprvita@endlessm.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 4b7fb9fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;