lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A677A27.30203@freemail.hu>
Date:	Wed, 22 Jul 2009 22:44:23 +0200
From:	Németh Márton <nm127@...email.hu>
To:	Trivial Patch Monkey <trivial@...nel.org>
CC:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] gcov: fix typo in CONFIG_DEBUG_FS

From: Márton Németh <nm127@...email.hu>

The correct name is CONFIG_DEBUG_FS, add the missing underscore.

Signed-off-by: Márton Németh <nm127@...email.hu>
---
--- 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ