Skip to content

Commit

Permalink
docs: mtd: move it to the driver-api book
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Jul 15, 2019
1 parent bf6b7a7 commit 43f6c07
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Documentation/driver-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ available subsections can be seen below.
mtdnand
miscellaneous
mei/index
mtd/index
nvdimm/index
w1
rapidio/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:orphan:

==============================
Memory Technology Device (MTD)
==============================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/raw/nand_ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 43f6c07

Please sign in to comment.