Browse Source

x86: clean up stray space in <asm/processor.h>

Impact: Whitespace cleanup only

Clean up a stray space character in arch/x86/include/asm/processor.h.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
H. Peter Anvin 16 năm trước cách đây
mục cha
commit
b1882e68d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/x86/include/asm/processor.h

+ 1 - 1
arch/x86/include/asm/processor.h

@@ -73,7 +73,7 @@ struct cpuinfo_x86 {
 	char			pad0;
 	char			pad0;
 #else
 #else
 	/* Number of 4K pages in DTLB/ITLB combined(in pages): */
 	/* Number of 4K pages in DTLB/ITLB combined(in pages): */
-	int			 x86_tlbsize;
+	int			x86_tlbsize;
 	__u8			x86_virt_bits;
 	__u8			x86_virt_bits;
 	__u8			x86_phys_bits;
 	__u8			x86_phys_bits;
 #endif
 #endif