projects
/
GitHub
/
LineageOS
/
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:
7da8b6d
)
trivial: fix typo in CONFIG_DEBUG_FS in gcov doc
author
Marton Nemeth
<nm127@freemail.hu>
Wed, 22 Jul 2009 20:44:23 +0000
(22:44 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:56 +0000
(15:14 +0200)
The correct name is CONFIG_DEBUG_FS, add the missing underscore.
Signed-off-by: Marton Nemeth <nm127@freemail.hu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/gcov.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/gcov.txt
b/Documentation/gcov.txt
index 40ec633527600be750ef15ec4f8706c8bcae0f01..e7ca6478cd93d4e6422d1ae92455b347dbdf7ccb 100644
(file)
--- a/
Documentation/gcov.txt
+++ b/
Documentation/gcov.txt
@@
-47,7
+47,7
@@
Possible uses:
Configure the kernel with:
- CONFIG_DEBUGFS=y
+ CONFIG_DEBUG
_
FS=y
CONFIG_GCOV_KERNEL=y
and to get coverage data for the entire kernel: