From: Jonathan Neuschäfer Date: Sun, 23 Feb 2020 18:06:33 +0000 (+0100) Subject: mtd: rawnand: Fix a typo ("manufecturer") X-Git-Tag: v5.10.7~2913^2~1^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6fbcb70132ffc66696a94dd3d8e6215c750254f;p=platform%2Fkernel%2Flinux-rpi.git mtd: rawnand: Fix a typo ("manufecturer") Signed-off-by: Jonathan Neuschäfer Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20200223180634.8736-1-j.neuschaefer@gmx.net --- diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index 4ab9bcc..3c7c15a 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -1215,7 +1215,7 @@ static inline struct device_node *nand_get_flash_node(struct nand_chip *chip) * struct nand_flash_dev - NAND Flash Device ID Structure * @name: a human-readable name of the NAND chip * @dev_id: the device ID (the second byte of the full chip ID array) - * @mfr_id: manufecturer ID part of the full chip ID array (refers the same + * @mfr_id: manufacturer ID part of the full chip ID array (refers the same * memory address as ``id[0]``) * @dev_id: device ID part of the full chip ID array (refers the same memory * address as ``id[1]``)