From: Hidetoshi Seto Date: Thu, 30 Apr 2009 07:04:51 +0000 (+0900) Subject: x86, mce: trivial clean up for mce.c X-Git-Tag: v2.6.31-rc1~349^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a02530e2239f753a0f3f089847e723adbdaa47;p=pandora-kernel.git x86, mce: trivial clean up for mce.c This fixs following checkpatch warnings: WARNING: Use #include instead of +#include WARNING: Use #include instead of +#include WARNING: line over 80 characters + set_bit(MCE_OVERFLOW, (unsigned long *)&mcelog.flags); WARNING: braces {} are not necessary for any arm of this statement + if (mce_notify_user()) { [...] + } else { [...] Signed-off-by: Hidetoshi Seto Cc: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed