Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -3
+1
Documentation/driver-api/index.rst
··· 44 44 mtdnand 45 45 miscellaneous 46 46 mei/index 47 + mtd/index 47 48 nvdimm/index 48 49 w1 49 50 rapidio/index
-2
Documentation/mtd/index.rst Documentation/driver-api/mtd/index.rst
··· 1 - :orphan: 2 - 3 1 ============================== 4 2 Memory Technology Device (MTD) 5 3 ==============================
Documentation/mtd/intel-spi.rst Documentation/driver-api/mtd/intel-spi.rst
Documentation/mtd/nand_ecc.rst Documentation/driver-api/mtd/nand_ecc.rst
Documentation/mtd/spi-nor.rst Documentation/driver-api/mtd/spi-nor.rst
+1 -1
drivers/mtd/nand/raw/nand_ecc.c
··· 11 11 * Thomas Gleixner (tglx@linutronix.de) 12 12 * 13 13 * Information on how this algorithm works and how it was developed 14 - * can be found in Documentation/mtd/nand_ecc.rst 14 + * can be found in Documentation/driver-api/mtd/nand_ecc.rst 15 15 */ 16 16 17 17 #include <linux/types.h>