Skip to content
Snippets Groups Projects
Commit a95d878a authored by Sean Anderson's avatar Sean Anderson Committed by Jagan Teki
Browse files

mtd: spi-nor-core: Fix typo in documentation


This line should come before the docs for the next function.

Fixes: 7aeedac0 ("mtd: spi: Port SPI NOR framework from Linux")

Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarPratyush Yadav <p.yadav@ti.com>
Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
parent 9bc77281
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment