]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: concat: Fix a comment referring to an unknown symbol
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 13 Nov 2019 17:15:02 +0000 (18:15 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 27 Jan 2020 16:45:31 +0000 (17:45 +0100)
commit05895afe79b9d0698117a644a6a4ab63ced3db9e
tree513a170bd890ef5b6734388f709dc7e17d9fc692
parent8cac0fa0f0edf274632304bccd5ddb5c1d88fcdc
mtd: concat: Fix a comment referring to an unknown symbol

Fix the comment describing what the mtd_concat_destroy() function
does. It referrers to the concat_mtd_devs symbol which has never
existed (at least not since the beginning of the Git era).

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/mtdconcat.c