aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2019-07-17 08:48:06 +0000
committerTudor Ambarus <tudor.ambarus@microchip.com>2019-08-12 13:45:35 +0300
commit5fbdac150d4813765fd515ffad6c7f5e63be14aa (patch)
tree822cf47354dc157e842b5d738166f9d256c580d9 /include/linux/mtd
parentmtd: spi-nor: Rework hwcaps selection for the spi-mem case (diff)
downloadlinux-dev-5fbdac150d4813765fd515ffad6c7f5e63be14aa.tar.xz
linux-dev-5fbdac150d4813765fd515ffad6c7f5e63be14aa.zip
mtd: spi-nor: fix description for int (*flash_is_locked)()
The description was interleaved. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'include/linux/mtd')
-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 5f1acb1867dd..63560b375168 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -376,10 +376,10 @@ struct flash_info;
* @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
+ * completely locked
* @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
* @clear_sr_bp: [FLASH-SPECIFIC] clears the Block Protection Bits from
* the SPI NOR Status Register.
- * completely locked
* @priv: the private data
*/
struct spi_nor {