Skip to content

Commit ba053dd

Browse files
Sergei Shtylyovambarus
authored andcommitted
mtd: spi-nor: fix kernel-doc for spi_nor::reg_proto
When adding the '{read|write|reg}_proto' fields to 'struct spi_nor', a colon was missed in the comment for the spi_nor::reg_proto' -- add it. Fixes: cfc5604 ("mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols") Signed-off-by: Sergei Shtylyov <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]>
1 parent ba0aa31 commit ba053dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mtd/spi-nor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ struct spi_nor_flash_parameter;
347347
* @flags: flag options for the current SPI-NOR (SNOR_F_*)
348348
* @read_proto: the SPI protocol for read operations
349349
* @write_proto: the SPI protocol for write operations
350-
* @reg_proto the SPI protocol for read_reg/write_reg/erase operations
350+
* @reg_proto: the SPI protocol for read_reg/write_reg/erase operations
351351
* @controller_ops: SPI NOR controller driver specific operations.
352352
* @params: [FLASH-SPECIFIC] SPI-NOR flash parameters and settings.
353353
* The structure includes legacy flash parameters and

0 commit comments

Comments
 (0)