diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-11-30 16:24:15 +0100 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2020-12-07 18:27:28 +0100 |
commit | c69942bda5152d764ee7d897d1627d64c7177ea1 (patch) | |
tree | 7fabf309ee7628417edf34def6f9381fc09fae35 /drivers/mtd/spi-nor/sfdp.c | |
parent | mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode (diff) | |
download | linux-c69942bda5152d764ee7d897d1627d64c7177ea1.tar.xz linux-c69942bda5152d764ee7d897d1627d64c7177ea1.zip |
mtd: spi-nor: Fix multiple typos
There are a few typos in comments in the SPI NOR framework; fix them.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20201130152416.1283972-1-j.neuschaefer@gmx.net
Diffstat (limited to 'drivers/mtd/spi-nor/sfdp.c')
-rw-r--r-- | drivers/mtd/spi-nor/sfdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/sfdp.c b/drivers/mtd/spi-nor/sfdp.c index 22cb519efe3f..6ee7719e5903 100644 --- a/drivers/mtd/spi-nor/sfdp.c +++ b/drivers/mtd/spi-nor/sfdp.c @@ -65,7 +65,7 @@ struct sfdp_bfpt_read { struct sfdp_bfpt_erase { /* - * The half-word at offset <shift> in DWORD <dwoard> encodes the + * The half-word at offset <shift> in DWORD <dword> encodes the * op code and erase sector size to be used by Sector Erase commands. */ u32 dword; |