Commit a57b1f07 authored by Miquel Raynal's avatar Miquel Raynal
Browse files

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: 34a95673 ("mtd: spinand: Add support for 5-byte IDs")
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 28c3edc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ struct spinand_device;

/**
 * struct spinand_id - SPI NAND id structure
 * @data: buffer containing the id bytes. Currently 4 bytes large, but can
 * @data: buffer containing the id bytes. Currently 5 bytes large, but can
 *	  be extended if required
 * @len: ID length
 */