Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8900258 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers



I got the names of these fields wrong.

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent f0d2448e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -145,8 +145,8 @@ struct mtd_info;
 * @write:		[DRIVER-SPECIFIC] write data to the SPI NOR
 * @erase:		[DRIVER-SPECIFIC] erase a sector of the SPI NOR
 *			at the offset @offs
 * @lock:		[FLASH-SPECIFIC] lock a region of the SPI NOR
 * @unlock:		[FLASH-SPECIFIC] unlock 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
 * @priv:		the private data
 */
struct spi_nor {