diff options
author | Jungseung Lee <js07.lee@samsung.com> | 2019-11-28 09:58:50 +0100 |
---|---|---|
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | 2019-12-23 16:37:00 +0100 |
commit | 01916e0443b9b46e34ad88696aadd1aab7ec142e (patch) | |
tree | 12e03875bcbbf9eb56eeec46dc543b09b614159b /drivers/mtd/spi-nor | |
parent | mtd: spi-nor: Add 4B_OPCODES flag to w25q256 (diff) | |
download | linux-01916e0443b9b46e34ad88696aadd1aab7ec142e.tar.xz linux-01916e0443b9b46e34ad88696aadd1aab7ec142e.zip |
mtd: spi-nor: fix typo of "JESB216" in comment
Fix typo s/JESB216/JESD216/
Signed-off-by: Jungseung Lee <js07.lee@samsung.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'drivers/mtd/spi-nor')
-rw-r--r-- | drivers/mtd/spi-nor/spi-nor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index a0beb0d6f7f0..2b9b613cc4f4 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. */ |