[PATCH] gcov: fix typo in CONFIG_DEBUG_FS

From: NÃmeth MÃrton
Date: Wed Jul 22 2009 - 16:55:10 EST


From: MÃrton NÃmeth <nm127@xxxxxxxxxxx>

The correct name is CONFIG_DEBUG_FS, add the missing underscore.

Signed-off-by: MÃrton NÃmeth <nm127@xxxxxxxxxxx>
---
--- linux-2.6.31-rc3/Documentation/gcov.txt.orig 2009-07-20 19:56:05.000000000 +0200
+++ linux-2.6.31-rc3/Documentation/gcov.txt 2009-07-21 22:53:20.000000000 +0200
@@ -47,7 +47,7 @@

Configure the kernel with:

- CONFIG_DEBUGFS=y
+ CONFIG_DEBUG_FS=y
CONFIG_GCOV_KERNEL=y

and to get coverage data for the entire kernel:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/