x86: cpuid.c fix style problems
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Wed, 31 Dec 2008 10:59:48 +0000 (16:29 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 2 Jan 2009 16:46:23 +0000 (17:46 +0100)
commitf634fa941188a91dbf1dab961fe7a4509852fd6e
tree3c38c650db6e0ab2a8e916f86a2c9c9b1f73ba5e
parenta9067d537615d534dcef06c0d819472e43a0d152
x86: cpuid.c fix style problems

Impact: cleanup

Fixes style problems:

 WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
 ERROR: "foo * bar" should be "foo *bar"
 ERROR: trailing whitespace
 WARNING: usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc

total: 2 errors, 2 warnings

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