mtd: rawnand: pl353: Fix kernel doc
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 11 Dec 2023 15:05:24 +0000 (16:05 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 14 Dec 2023 15:41:56 +0000 (16:41 +0100)
commit199d1402229f26804c81508346b57a0e9c094bb6
treefa64609cb2a8eff8fdc5eddba479215e10641559
parent3c8260ce76634291aed877032a41e373884d69e4
mtd: rawnand: pl353: Fix kernel doc

Both the "chip" kernel doc member and description are wrong. This field
is called "chips" and describes the list of NAND chips connected to the
controller.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312102130.geZ4dqyN-lkp@intel.com/
Fixes: 08d8c62164a3 ("mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controller")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20231211150524.108803-1-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/pl35x-nand-controller.c