Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mtd: spinand: Fix kernel doc

The @data buffer is 5 bytes, not 4, it has been extended for the need of
devices with an extra ID bytes.

Fixes: 34a956739d29 ("mtd: spinand: Add support for 5-byte IDs")
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

+1 -1
+1 -1
include/linux/mtd/spinand.h
··· 287 287 288 288 /** 289 289 * struct spinand_id - SPI NAND id structure 290 - * @data: buffer containing the id bytes. Currently 4 bytes large, but can 290 + * @data: buffer containing the id bytes. Currently 5 bytes large, but can 291 291 * be extended if required 292 292 * @len: ID length 293 293 */