Skip to content

Commit a57b1f0

Browse files
committed
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: 34a9567 ("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 parent 28c3edc commit a57b1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/mtd/spinand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct spinand_device;
287287

288288
/**
289289
* 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
291291
* be extended if required
292292
* @len: ID length
293293
*/

0 commit comments

Comments
 (0)