Skip to content

Commit

Permalink
drivers/acpi/sleep.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
drivers/acpi/sleep.h:3: WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
Gelma authored and lenb committed May 28, 2010
1 parent 2da513f commit b6fecaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/sleep.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

extern u8 sleep_states[];
extern int acpi_suspend (u32 state);
extern int acpi_suspend(u32 state);

extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
extern void acpi_enable_wakeup_device(u8 sleep_state);
Expand Down

0 comments on commit b6fecaa

Please sign in to comment.