ACPI / cpuidle: Clean up white space in a switch statement
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 2 Feb 2015 22:55:55 +0000 (23:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 2 Feb 2015 22:55:55 +0000 (23:55 +0100)
commit5f97d6628640842229824c9f4fd433621c5a7b72
treeba7c82e7b2066638f998419004b40600f03199c7
parentde6cc4ec6ea05de1933dc3b832013960af49c852
ACPI / cpuidle: Clean up white space in a switch statement

White space in the switch statement in acpi_processor_setup_cpuidle_states()
does not adhere to the kernel coding style and that makes the code
difficult to read.  Clean that up.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_idle.c