Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35efb606 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix typo in arch/arm/Kconfig.debug



It's called printch, not printchar

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9c2c3893
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ config DEBUG_LL
	bool "Kernel low-level debugging functions"
	depends on DEBUG_KERNEL
	help
	  Say Y here to include definitions of printascii, printchar, printhex
	  Say Y here to include definitions of printascii, printch, printhex
	  in the kernel.  This is helpful if you are debugging code that
	  executes before the console is initialized.