aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/spi-nor.h
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-02-04 23:11:08 -0500
committerJagan Teki <jagan@amarulasolutions.com>2021-02-26 15:48:42 +0530
commita95d878adebe1e8cc06090c6a38a85ff73390e29 (patch)
treeec76ee7fd3a9d6004c776e68e0efd06fdf22020b /include/linux/mtd/spi-nor.h
parent9bc772812d333c43a244cb15ddba0c919f4daccf (diff)
downloadu-boot-a95d878adebe1e8cc06090c6a38a85ff73390e29.zip
u-boot-a95d878adebe1e8cc06090c6a38a85ff73390e29.tar.gz
u-boot-a95d878adebe1e8cc06090c6a38a85ff73390e29.tar.bz2
mtd: spi-nor-core: Fix typo in documentation
This line should come before the docs for the next function. Fixes: 7aeedac0153 ("mtd: spi: Port SPI NOR framework from Linux") Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/linux/mtd/spi-nor.h')
-rw-r--r--include/linux/mtd/spi-nor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 0c438e9..c3e38e4 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -302,8 +302,8 @@ struct spi_flash {
* @flash_lock: [FLASH-SPECIFIC] lock a region of the SPI NOR
* @flash_unlock: [FLASH-SPECIFIC] unlock a region of the SPI NOR
* @flash_is_locked: [FLASH-SPECIFIC] check if a region of the SPI NOR is
- * @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
* completely locked
+ * @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
* @priv: the private data
*/
struct spi_nor {