OSDN Git Service

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)
commit00142d6ffeb67b22e1f5259c9f3af540ed1d2b62
treede8d5950194f631cd485662be05fe456f638d424
parent18d54e557c55fbf29d1a25fe2e1c01b0970f36cb
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