aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/device_pm.c
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2013-01-14 15:13:37 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-01-19 16:09:23 -0500
commit4d56410b955c3f4f7651a088e1c7a19a0d5d4e4c (patch)
treebe45a9a373f9a58a4bd8f55e119c2ab933f8bd27 /drivers/acpi/device_pm.c
parent02040f0bba996f93e2a237089aff343515b49fcf (diff)
ACPI / PM: remove leading whitespace from #ifdef
It is there probably due to an accident, get rid of it so that the format is consistent across the file. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/device_pm.c')
-rw-r--r--drivers/acpi/device_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 8bca7465c78d..43116cdbabf9 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -592,7 +592,7 @@ static inline void acpi_wakeup_device(acpi_handle handle, u32 event,
592 void *context) {} 592 void *context) {}
593#endif /* CONFIG_PM_RUNTIME */ 593#endif /* CONFIG_PM_RUNTIME */
594 594
595 #ifdef CONFIG_PM_SLEEP 595#ifdef CONFIG_PM_SLEEP
596/** 596/**
597 * __acpi_device_sleep_wake - Enable or disable device to wake up the system. 597 * __acpi_device_sleep_wake - Enable or disable device to wake up the system.
598 * @dev: Device to enable/desible to wake up the system. 598 * @dev: Device to enable/desible to wake up the system.