From: H. Peter Anvin Date: Sat, 24 Jan 2009 01:18:52 +0000 (-0800) Subject: x86: clean up stray space in X-Git-Tag: v2.6.30-rc3~72^2~31^2~2^3~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b1882e68d17a93b523dce09c3a181319aace2f0e;p=~emulex%2Finfiniband.git x86: clean up stray space in Impact: Whitespace cleanup only Clean up a stray space character in arch/x86/include/asm/processor.h. Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 091cd8855f2..ac8fab3b868 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -73,7 +73,7 @@ struct cpuinfo_x86 { char pad0; #else /* Number of 4K pages in DTLB/ITLB combined(in pages): */ - int x86_tlbsize; + int x86_tlbsize; __u8 x86_virt_bits; __u8 x86_phys_bits; #endif