]> git.baikalelectronics.ru Git - kernel.git/commit
docs: mtd: Avoid htmldocs warnings
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 13 Nov 2020 12:38:31 +0000 (13:38 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:32 +0000 (22:37 +0100)
commita5ec540771445fb3d2724f4b5a60a781fb79f37e
treee09e3c219c15e1773e912b6cf9971b3b04a08080
parent113a6723e5c54c11bef5b43e4d1771968fb24a74
docs: mtd: Avoid htmldocs warnings

Moving files around produced the following warnings:

       Error: Cannot open file drivers/mtd/nand/raw/nand_ecc.c
       Error: Cannot open file drivers/mtd/nand/raw/nand_ecc.c

Fix one by just dropping the reference because it is not relevant, the
other by using a better noun instead of a file name.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20201113123831.32429-1-miquel.raynal@bootlin.com
Documentation/driver-api/mtd/nand_ecc.rst
Documentation/driver-api/mtdnand.rst