commit | f634fa941188a91dbf1dab961fe7a4509852fd6e | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Wed Dec 31 16:29:48 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 02 17:46:23 2009 +0100 |
tree | 3c38c650db6e0ab2a8e916f86a2c9c9b1f73ba5e | |
parent | a9067d537615d534dcef06c0d819472e43a0d152 [diff] |
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>