drivers/acpi/sleep.h: Checkpatch cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, May 28, 2010 - 3:59 pm

Gitweb:     http://git.kernel.org/linus/b6fecaa8685a9922d11db2cd79e76f43c3edc970
Commit:     b6fecaa8685a9922d11db2cd79e76f43c3edc970
Parent:     2da513f582a96c053aacc2c92873978d2ea7abff
Author:     Andrea Gelmini <andrea.gelmini@gelma.net>
AuthorDate: Sat Feb 27 17:51:42 2010 +0100
Committer:  Len Brown <len.brown@intel.com>
CommitDate: Fri May 28 15:31:33 2010 -0400

    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>
---
 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 8a8f3b3..25b8bd1 100644
--- a/drivers/acpi/sleep.h
+++ b/drivers/acpi/sleep.h
@@ -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);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
drivers/acpi/sleep.h: Checkpatch cleanup, Linux Kernel Mailing ..., (Fri May 28, 3:59 pm)