Skip to content

Commit 80cb801

Browse files
Sergei Shtylyovambarus
authored andcommitted
mtd: spi-nor: fix kernel-doc for spi_nor::info
When adding the 'info' field to 'struct spi_nor', some acronyms were in lower case and some in upper case and the JEDEC acronym mistyped -- fix these issues. Fixes: 46dde01 ("mtd: spi-nor: add spi_nor_init() function") Signed-off-by: Sergei Shtylyov <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]>
1 parent ba053dd commit 80cb801

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
@@ -335,7 +335,7 @@ struct spi_nor_flash_parameter;
335335
* @bouncebuf: bounce buffer used when the buffer passed by the MTD
336336
* layer is not DMA-able
337337
* @bouncebuf_size: size of the bounce buffer
338-
* @info: spi-nor part JDEC MFR id and other info
338+
* @info: SPI NOR part JEDEC MFR ID and other info
339339
* @manufacturer: spi-nor manufacturer
340340
* @page_size: the page size of the SPI NOR
341341
* @addr_width: number of address bytes

0 commit comments

Comments
 (0)