Skip to content
Commit 980f65dc authored by Miquel Raynal's avatar Miquel Raynal Committed by Tom Rini
Browse files

mtd: remove stale comment in mtd_oob_ops structure



A comment in the kernel doc of the mtd_oob_ops structure tells that it
is not possible to write more than one page with OOB. This was
probably true at some time in the past but today it is entirely wrong.

As one can see for instance in the nand_do_write_ops() helper available
in the NAND core, this implementation called by mtd->_write_oob()
simply loops over the pages until everything has been written.

Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 8cffb50a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment