commit | 00142d6ffeb67b22e1f5259c9f3af540ed1d2b62 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Fri Oct 19 09:48:55 2018 +0200 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Mon Nov 05 22:23:33 2018 +0100 |
tree | de8d5950194f631cd485662be05fe456f638d424 | |
parent | 18d54e557c55fbf29d1a25fe2e1c01b0970f36cb [diff] |
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>