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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 6 Jun 2007 01:46:47 -0400
From:	Dave Jones <davej@...hat.com>
To:	dwmw2@...radead.org
Cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: remove references to dead urls from mtd nand code.

As reported in http://bugzilla.kernel.org/show_bug.cgi?id=7815
this URL 404's.  Unless they're coming back, we should probably
just remove them.

Signed-off-by: Dave Jones <davej@...hat.com>

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index f1d60b6..8f665bb 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -7,8 +7,7 @@ menuconfig MTD_NAND
 	select MTD_NAND_IDS
 	help
 	  This enables support for accessing all type of NAND flash
-	  devices. For further information see
-	  <http://www.linux-mtd.infradead.org/doc/nand.html>.
+	  devices.
 
 if MTD_NAND
 
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 7e68203..3f406c7 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -6,9 +6,6 @@
  *   capable of working with almost all NAND chips currently available.
  *   Basic support for AG-AND chips is provided.
  *
- *	Additional technical information is available on
- *	http://www.linux-mtd.infradead.org/tech/nand.html
- *
  *  Copyright (C) 2000 Steven J. Hill (sjhill@...litydiluted.com)
  *		  2002-2006 Thomas Gleixner (tglx@...utronix.de)
  *
-- 
http://www.codemonkey.org.uk
-
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