summaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/bug.c
diff options
context:
space:
mode:
authorJeff Dike2008-02-05 07:31:20 +0100
committerLinus Torvalds2008-02-05 18:44:31 +0100
commit95906b24fbe4d22e5861f67fe1e8274c7ecfeda1 (patch)
treef5ac2e3e2fc0369bf0c9ba0fb327eaba5a1ae047 /arch/um/sys-x86_64/bug.c
parentuml: add back CONFIG_HZ (diff)
downloadkernel-qcow2-linux-95906b24fbe4d22e5861f67fe1e8274c7ecfeda1.tar.gz
kernel-qcow2-linux-95906b24fbe4d22e5861f67fe1e8274c7ecfeda1.tar.xz
kernel-qcow2-linux-95906b24fbe4d22e5861f67fe1e8274c7ecfeda1.zip
uml: style fixes in arch/um/sys-x86_64
Style fixes in arch/um/sys-x86_64: updated copyrights CodingStyle fixes added severities to printks which needed them A bunch of functions in sys-*/ptrace_user.c turn out to be unused, so they and their declarations are gone. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/sys-x86_64/bug.c')
-rw-r--r--arch/um/sys-x86_64/bug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/sys-x86_64/bug.c b/arch/um/sys-x86_64/bug.c
index a4360b5207db..e8034e363d83 100644
--- a/arch/um/sys-x86_64/bug.c
+++ b/arch/um/sys-x86_64/bug.c
@@ -5,7 +5,8 @@
#include <linux/uaccess.h>
-/* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because
+/*
+ * Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because
* that's not relevant in skas mode.
*/