Commit cd13adcc823aa421efa4efd995fa7004a58cf38d

Authored by Hidetoshi Seto
Committed by H. Peter Anvin
1 parent eb2a6ab729

x86: trivial clean up for arch/x86/Kconfig

Use tab.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff

... ... @@ -822,13 +822,13 @@
822 822 the DRAM Error Threshold.
823 823  
824 824 config X86_ANCIENT_MCE
825   - def_bool n
826   - depends on X86_32
827   - prompt "Support for old Pentium 5 / WinChip machine checks"
828   - ---help---
829   - Include support for machine check handling on old Pentium 5 or WinChip
830   - systems. These typically need to be enabled explicitely on the command
831   - line.
  825 + def_bool n
  826 + depends on X86_32
  827 + prompt "Support for old Pentium 5 / WinChip machine checks"
  828 + ---help---
  829 + Include support for machine check handling on old Pentium 5 or WinChip
  830 + systems. These typically need to be enabled explicitely on the command
  831 + line.
832 832  
833 833 config X86_MCE_THRESHOLD
834 834 depends on X86_MCE_AMD || X86_MCE_INTEL