projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2c389
)
[ARM] Fix typo in arch/arm/Kconfig.debug
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 9 Sep 2005 14:57:17 +0000
(15:57 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 9 Sep 2005 14:57:17 +0000
(15:57 +0100)
It's called printch, not printchar
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig.debug
b/arch/arm/Kconfig.debug
index 45a5709eaaa459ef876ef6e406013f94880b395e..5d3acff8c596e0c0670d7d956379d860e9591ba7 100644
(file)
--- a/
arch/arm/Kconfig.debug
+++ b/
arch/arm/Kconfig.debug
@@
-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, printch
ar
, 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.