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)
commit0dcf2572710d68c305e58946c435ddf67ea16bf3
tree513a170bd890ef5b6734388f709dc7e17d9fc692
parentbaebaa2b13d92bd588ed8d06b28d787611b52a46
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