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>] [day] [month] [year] [list]
Date:	Fri, 3 Jan 2014 12:57:16 -0800
From:	Markus Mayer <markus.mayer@...aro.org>
To:	Wim Van Sebroeck <wim@...ana.be>,
	Guenter Roeck <linux@...ck-us.net>,
	Christian Daudt <bcm@...thebug.org>
CC:	Linaro Patches <patches@...aro.org>,
	Linux Watchdog List <linux-watchdog@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Markus Mayer <markus.mayer@...aro.org>
Subject: [PATCH] watchdog: bcm281xx: Fix Kconfig help section

Fix the debugfs path name mentioned in the Kconfig help section.

Signed-off-by: Markus Mayer <markus.mayer@...aro.org>
---

This patch fixes an oversight in my previous series from Dec 31.
http://www.spinics.net/lists/linux-watchdog/msg03538.html

 drivers/watchdog/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 9b8b96d..af8f7c7 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1156,7 +1156,7 @@ config BCM_KONA_WDT_DEBUG
 	bool "DEBUGFS support for BCM Kona Watchdog"
 	depends on BCM_KONA_WDT
 	help
-	  If enabled, adds /sys/kernel/debug/bcm-kona-wdt/info which provides
+	  If enabled, adds /sys/kernel/debug/bcm_kona_wdt/info which provides
 	  access to the driver's internal data structures as well as watchdog
 	  timer hardware registres.
 
-- 
1.7.9.5

--
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