summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-18 21:40:16 +0200
committerMauro Carvalho Chehab2019-07-15 14:20:28 +0200
commit43f6c0787c1781b951d686e8302377fcf85ccb8a (patch)
tree91ccc899245bb8470f82bcfef80cd641125e46ad /drivers/mtd
parentdocs: namespace: move it to the admin-guide (diff)
downloadkernel-qcow2-linux-43f6c0787c1781b951d686e8302377fcf85ccb8a.tar.gz
kernel-qcow2-linux-43f6c0787c1781b951d686e8302377fcf85ccb8a.tar.xz
kernel-qcow2-linux-43f6c0787c1781b951d686e8302377fcf85ccb8a.zip
docs: mtd: move it to the driver-api book
While I was tempted to move it to admin-guide, as some docs there are more userspace-faced, there are some very technical discussions about memory error correction code from the Kernel implementer's PoV. So, let's place it inside the driver-api book. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/raw/nand_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/nand_ecc.c b/drivers/mtd/nand/raw/nand_ecc.c
index f6a7808db818..09fdced659f5 100644
--- a/drivers/mtd/nand/raw/nand_ecc.c
+++ b/drivers/mtd/nand/raw/nand_ecc.c
@@ -11,7 +11,7 @@
* Thomas Gleixner (tglx@linutronix.de)
*
* Information on how this algorithm works and how it was developed
- * can be found in Documentation/mtd/nand_ecc.rst
+ * can be found in Documentation/driver-api/mtd/nand_ecc.rst
*/
#include <linux/types.h>