Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efbfe96c authored by Jesper Juhl's avatar Jesper Juhl Committed by Linus Torvalds
Browse files

[PATCH] silence 'make xmldocs' warning by adding missing description of 'raw' in nand_base.c:1485



Add description of 'raw' in comments for
drivers/mtd/nand/nand_base.c::nand_write_page_syndrome() so 'make xmldocs'
will not spew a warning at us.

Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 735a7ffb
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1479,6 +1479,7 @@ static void nand_write_page_syndrome(struct mtd_info *mtd,
 * @buf:	the data to write
 * @buf:	the data to write
 * @page:	page number to write
 * @page:	page number to write
 * @cached:	cached programming
 * @cached:	cached programming
 * @raw:	use _raw version of write_page
 */
 */
static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip,
static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip,
			   const uint8_t *buf, int page, int cached, int raw)
			   const uint8_t *buf, int page, int cached, int raw)