mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
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>
This commit is contained in:
parent
9bc772812d
commit
a95d878ade
@ -302,8 +302,8 @@ struct spi_flash {
|
|||||||
* @flash_lock: [FLASH-SPECIFIC] lock a region of the SPI NOR
|
* @flash_lock: [FLASH-SPECIFIC] lock a region of the SPI NOR
|
||||||
* @flash_unlock: [FLASH-SPECIFIC] unlock 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
|
* @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
|
* completely locked
|
||||||
|
* @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
|
||||||
* @priv: the private data
|
* @priv: the private data
|
||||||
*/
|
*/
|
||||||
struct spi_nor {
|
struct spi_nor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user