mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
mtd: spinand: Fix kernel doc
[ Upstream commita57b1f07d2] The @data buffer is 5 bytes, not 4, it has been extended for the need of devices with an extra ID bytes. Fixes:34a956739d("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Sasha Levin
parent
9fbbd62436
commit
d2a6ca4c07
@@ -195,7 +195,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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user