From: Jungseung Lee Date: Thu, 28 Nov 2019 08:58:50 +0000 (+0900) Subject: mtd: spi-nor: fix typo of "JESB216" in comment X-Git-Tag: kvm-5.6-2~38^2~1^2~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=01916e0443b9b46e34ad88696aadd1aab7ec142e;p=users%2Fdwmw2%2Flinux.git mtd: spi-nor: fix typo of "JESB216" in comment Fix typo s/JESB216/JESD216/ Signed-off-by: Jungseung Lee Signed-off-by: Tudor Ambarus --- diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index a0beb0d6f7f0d..2b9b613cc4f4c 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c @@ -85,7 +85,7 @@ struct sfdp_header { #define BFPT_DWORD(i) ((i) - 1) #define BFPT_DWORD_MAX 16 -/* The first version of JESB216 defined only 9 DWORDs. */ +/* The first version of JESD216 defined only 9 DWORDs. */ #define BFPT_DWORD_MAX_JESD216 9 /* 1st DWORD. */