summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobin Holt <holt@sgi.com>2013-07-08 16:01:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-09 10:33:29 -0700
commit972ee83df88a7fd84c228a31b4f9611299898984 (patch)
tree7afd86b1ee5809ed6d8390be11c550b176effed8 /include
parent15d94b82565ebfb0cf27830b96e6cf5ed2d12a9a (diff)
downloadlinux-972ee83df88a7fd84c228a31b4f9611299898984.tar.gz
linux-972ee83df88a7fd84c228a31b4f9611299898984.tar.xz
reboot: checkpatch.pl the new kernel/reboot.c file
Get the new file to pass scripts/checkpatch.pl Signed-off-by: Robin Holt <holt@sgi.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Russ Anderson <rja@sgi.com> Cc: Robin Holt <holt@sgi.com> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Cc: Ingo Molnar <mingo@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/reboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h
index 23b36304cd88..c6eba210e592 100644
--- a/include/linux/reboot.h
+++ b/include/linux/reboot.h
@@ -26,7 +26,7 @@ extern void machine_shutdown(void);
struct pt_regs;
extern void machine_crash_shutdown(struct pt_regs *);
-/*
+/*
* Architecture independent implemenations of sys_reboot commands.
*/