]> www.infradead.org Git - users/willy/xarray.git/commit
mtd: rawnand: meson: Fix typo in function name
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2024 15:31:58 +0000 (17:31 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 6 Sep 2024 15:00:18 +0000 (17:00 +0200)
commit9ab52d9800b0d71deafb0f9a3ed4d29b69089ad2
tree774abeb9ad221dca01a3d4f25f5a6e3904a00939
parent11813857864f4326c4f23ea5b2e3f276f83af5f7
mtd: rawnand: meson: Fix typo in function name

There is a reason why sometime we write "NAND chip" with an 's'. It
usually means several chips can be managed by the same controller. So
when initializing a single chip at a time, the wording "chip" must be
used, otherwise when talking about all the chips managed by the
controller, we want to use "chips". Fix the function name to clarify the
meson_nfc_nand_chip*s*_cleanup() helper intend.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20240826153158.67334-1-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/meson_nand.c