diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-07-16 08:11:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-17 02:55:25 +0300 |
commit | 3e84cdd427b24b40d3670a7d61be31514bea1864 (patch) | |
tree | 457310e337d2534588c23bc6768b3e1a11bc2f39 /drivers/spi/spi-orion.c | |
parent | b780c3f38812bce7d7baebe2108738a043d6c4c3 (diff) | |
download | linux-3e84cdd427b24b40d3670a7d61be31514bea1864.tar.xz |
spi: Fix SPI NOR and SPI NAND acronyms
The industry refers to these flash types as "SPI NOR" and
"SPI NAND". Be consistent and use the same acronyms.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200716051144.568606-1-tudor.ambarus@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-orion.c')
-rw-r--r-- | drivers/spi/spi-orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index 43f73db22f21..b57b8b3cc26e 100644 --- a/drivers/spi/spi-orion.c +++ b/drivers/spi/spi-orion.c @@ -708,7 +708,7 @@ static int orion_spi_probe(struct platform_device *pdev) /* * Only map one page for direct access. This is enough for the * simple TX transfer which only writes to the first word. - * This needs to get extended for the direct SPI-NOR / SPI-NAND + * This needs to get extended for the direct SPI NOR / SPI NAND * support, once this gets implemented. */ dir_acc = &spi->child[cs].direct_access; |