Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120133721.12178-1-krzk@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

authored by

Krzysztof Kozlowski and committed by
Geert Uytterhoeven
1b43cb5f 361739c8

+13 -13
+1 -1
arch/m68k/Kconfig.bus
··· 66 66 if !MMU 67 67 68 68 config ISA_DMA_API 69 - def_bool !M5272 69 + def_bool !M5272 70 70 71 71 endif
+8 -8
arch/m68k/Kconfig.debug
··· 12 12 bool "Early printk" 13 13 depends on !(SUN3 || M68000 || COLDFIRE) 14 14 help 15 - Write kernel log output directly to a serial port. 16 - Where implemented, output goes to the framebuffer as well. 17 - PROM console functionality on Sun 3x is not affected by this option. 15 + Write kernel log output directly to a serial port. 16 + Where implemented, output goes to the framebuffer as well. 17 + PROM console functionality on Sun 3x is not affected by this option. 18 18 19 - Pass "earlyprintk" on the kernel command line to get a 20 - boot console. 19 + Pass "earlyprintk" on the kernel command line to get a 20 + boot console. 21 21 22 - This is useful for kernel debugging when your machine crashes very 23 - early, i.e. before the normal console driver is loaded. 24 - You should normally say N here, unless you want to debug such a crash. 22 + This is useful for kernel debugging when your machine crashes very 23 + early, i.e. before the normal console driver is loaded. 24 + You should normally say N here, unless you want to debug such a crash. 25 25 26 26 if !MMU 27 27
+4 -4
arch/m68k/Kconfig.machine
··· 269 269 Support for the Sysam AMCORE open-hardware generic board. 270 270 271 271 config STMARK2 272 - bool "Sysam stmark2 board support" 273 - depends on M5441x 274 - help 275 - Support for the Sysam stmark2 open-hardware generic board. 272 + bool "Sysam stmark2 board support" 273 + depends on M5441x 274 + help 275 + Support for the Sysam stmark2 open-hardware generic board. 276 276 277 277 config FIREBEE 278 278 bool "FireBee board support"