x86: module_64.c fix style problems
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Mon, 12 Jan 2009 09:16:48 +0000 (14:46 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 Jan 2009 10:23:01 +0000 (11:23 +0100)
commit3b9dc9f2f123286aaade54c45fef6723d587c664
tree205d57e8beb55e4c005f3f55c51bbccce7152eec
parente17029ad69c7b1518413c00f793d89bb77b8527b
x86: module_64.c fix style problems

Impact: cleanup

Fix:

 ERROR: trailing whitespace
 ERROR: code indent should use tabs where possible
 WARNING: %Ld/%Lu are not-standard C, use %lld/%llu
 WARNING: printk() should include KERN_ facility level
 ERROR: spaces required around that '=' (ctx:VxW)

 total: 13 errors, 2 warnings

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/module_64.c