From: Harvey Harrison Date: Wed, 30 Jan 2008 12:32:19 +0000 (+0100) Subject: x86: cosmetic fixes fault_{32|64}.c X-Git-Tag: v2.6.25-rc1~1143^2~455 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33cb52438341d6e2d7e06e3b64ed776bc54a2ca4;p=pandora-kernel.git x86: cosmetic fixes fault_{32|64}.c First step towards unifying these files. - Checkpatch trailing whitespace fixes - Checkpatch indentation of switch statement fixes - Checkpatch single statement ifs need no braces fixes - Checkpatch consistent spacing after comma fixes - Introduce defines for pagefault error bits from X86_64 and add useful comment from X86_32. Use these defines in X86_32 where obvious. - Unify comments between 32|64 bit - Small ifdef movement for CONFIG_KPROBES in notify_page_fault() - Introduce X86_64 only case statement No Functional Changes. Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed