diff options
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 11:51:42 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-05-28 15:31:33 -0400 |
| commit | b6fecaa8685a9922d11db2cd79e76f43c3edc970 (patch) | |
| tree | 220c1b72fea51d6becbc15e51691c97811d373a6 | |
| parent | 2da513f582a96c053aacc2c92873978d2ea7abff (diff) | |
drivers/acpi/sleep.h: Checkpatch cleanup
drivers/acpi/sleep.h:3: WARNING: space prohibited between function name and open parenthesis '('
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Len Brown <len.brown@intel.com>
| -rw-r--r-- | drivers/acpi/sleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h index 8a8f3b3382a6..25b8bd149284 100644 --- a/drivers/acpi/sleep.h +++ b/drivers/acpi/sleep.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | ||
| 2 | extern u8 sleep_states[]; | 2 | extern u8 sleep_states[]; |
| 3 | extern int acpi_suspend (u32 state); | 3 | extern int acpi_suspend(u32 state); |
| 4 | 4 | ||
| 5 | extern void acpi_enable_wakeup_device_prep(u8 sleep_state); | 5 | extern void acpi_enable_wakeup_device_prep(u8 sleep_state); |
| 6 | extern void acpi_enable_wakeup_device(u8 sleep_state); | 6 | extern void acpi_enable_wakeup_device(u8 sleep_state); |
