eeepc-laptop: clean up control flow in eeepc_acpi_notify
authorFrans Klaver <fransklaver@gmail.com>
Sun, 2 Nov 2014 21:14:58 +0000 (22:14 +0100)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 19 Nov 2014 17:07:08 +0000 (09:07 -0800)
commitfb1d97a2c7a6b833043003e933dc1a67dd242d5a
tree4cdd1df42ad88626b2516060f7e49c6c216f307f
parent049db626beae30769501abd946055aa9014d80af
eeepc-laptop: clean up control flow in eeepc_acpi_notify

eeepc_acpi_notify increases the indentation level to a whopping four. If
we revise the conditions a bit, we can reduce that to a more soothing
two and satisfy the indentation guidelines in Documentation/CodingStyle.

Remove an unwanted space while we're in the neighbourhood.

Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/eeepc-laptop.c