]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 19 Oct 2018 07:48:55 +0000 (09:48 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 5 Nov 2018 21:23:33 +0000 (22:23 +0100)
commit56fe8cbbebe9b55ccdead9feb677ae5a356f21c6
treede8d5950194f631cd485662be05fe456f638d424
parentee3709a6f4242f2d7d1b83101e6c2d6ef511963a
mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds

The ->map and ->mtd fields are actually arrays of map and mtd objects.
Rename those fields into ->maps and ->mtds to make it obvious.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/mtd/maps/physmap.c