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-fsl-qspi.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-fsl-qspi.c')
-rw-r--r-- | drivers/spi/spi-fsl-qspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c index 6766262d7e75..9851551ebbe0 100644 --- a/drivers/spi/spi-fsl-qspi.c +++ b/drivers/spi/spi-fsl-qspi.c @@ -15,7 +15,7 @@ * Yogesh Gaur <yogeshnarayan.gaur@nxp.com> * Suresh Gupta <suresh.gupta@nxp.com> * - * Based on the original fsl-quadspi.c spi-nor driver: + * Based on the original fsl-quadspi.c SPI NOR driver: * Author: Freescale Semiconductor, Inc. * */ |