[PATCH] kexec code cleanup
authorManeesh Soni <maneesh@in.ibm.com>
Sat, 25 Jun 2005 21:58:28 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:55 +0000 (16:24 -0700)
commit72414d3f1d22fc3e311b162fca95c430048d38ce
tree46850947c1602357dd3c51d8d6ebaa5805507f9f
parent4f339ecb30c759f94a29992d4635d9194132b6cf
[PATCH] kexec code cleanup

o Following patch provides purely cosmetic changes and corrects CodingStyle
  guide lines related certain issues like below in kexec related files

  o braces for one line "if" statements, "for" loops,
  o more than 80 column wide lines,
  o No space after "while", "for" and "switch" key words

o Changes:
  o take-2: Removed the extra tab before "case" key words.
  o take-3: Put operator at the end of line and space before "*/"

Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/crash.c
arch/i386/kernel/machine_kexec.c
arch/ppc/kernel/machine_kexec.c
arch/ppc64/kernel/machine_kexec.c
arch/s390/kernel/machine_kexec.c
arch/x86_64/kernel/machine_kexec.c
drivers/char/mem.c
include/linux/kexec.h
include/linux/syscalls.h
kernel/kexec.c