mtd: rawnand: Rename the manufacturer structure

It is currently called nand_manufacturer but could actually be called
nand_manufacturer_desc, like its instances, so that the former name is
left unused for now.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200529111322.7184-5-miquel.raynal@bootlin.com
This commit is contained in:
Miquel Raynal
2020-05-29 13:12:58 +02:00
parent 8e8b2706e1
commit 271de009b7
4 changed files with 19 additions and 19 deletions

View File

@@ -1163,7 +1163,7 @@ struct nand_chip {
void *priv;
struct {
const struct nand_manufacturer *desc;
const struct nand_manufacturer_desc *desc;
void *priv;
} manufacturer;
};