mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers
authorBrian Norris <computersforpeace@gmail.com>
Tue, 1 Sep 2015 19:57:10 +0000 (12:57 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 14 Oct 2015 01:22:53 +0000 (18:22 -0700)
I got the names of these fields wrong.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
include/linux/mtd/spi-nor.h

index 88297ee22de42a09457932cc867dcc8652a1a6c4..75eb1a079f758670f38d87a1b70993ca557241bf 100644 (file)
@@ -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 {