From: Bin Meng Date: Mon, 2 Feb 2015 13:25:09 +0000 (+0800) Subject: x86: Use tab instead of space to indent in PCIE_ECAM_BASE X-Git-Tag: v2015.04-rc2~32^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba877efb802edb7080703e4dd99e51a437e44f26;p=platform%2Fkernel%2Fu-boot.git x86: Use tab instead of space to indent in PCIE_ECAM_BASE Space is used before 'default' in PCIE_ECAM_BASE in arch/x86/Kconfig so it looks misaligned. Replace the space with tab to indent. Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2370c32..fef11f3 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -428,7 +428,7 @@ source "board/intel/galileo/Kconfig" config PCIE_ECAM_BASE hex - default 0xe0000000 + default 0xe0000000 help This is the memory-mapped address of PCI configuration space, which is only available through the Enhanced Configuration Access