We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcb099 commit 15eb830Copy full SHA for 15eb830
drivers/mtd/spi-nor/core.h
@@ -465,7 +465,7 @@ struct spi_nor_id {
465
* struct flash_info - SPI NOR flash_info entry.
466
* @id: pointer to struct spi_nor_id or NULL, which means "no ID" (mostly
467
* older chips).
468
- * @name: the name of the flash.
+ * @name: (obsolete) the name of the flash. Do not set it for new additions.
469
* @size: the size of the flash in bytes.
470
* @sector_size: (optional) the size listed here is what works with
471
* SPINOR_OP_SE, which isn't necessarily called a "sector" by
0 commit comments