Commit 43f6c078 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent bf6b7a74
...@@ -44,6 +44,7 @@ available subsections can be seen below. ...@@ -44,6 +44,7 @@ available subsections can be seen below.
mtdnand mtdnand
miscellaneous miscellaneous
mei/index mei/index
mtd/index
nvdimm/index nvdimm/index
w1 w1
rapidio/index rapidio/index
......
:orphan:
============================== ==============================
Memory Technology Device (MTD) Memory Technology Device (MTD)
============================== ==============================
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* Thomas Gleixner (tglx@linutronix.de) * Thomas Gleixner (tglx@linutronix.de)
* *
* Information on how this algorithm works and how it was developed * 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> #include <linux/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment