diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-10-27 17:24:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-27 18:34:51 -0400 |
commit | efbfe96c5d839c367249bf1cd53249716450c0a2 (patch) | |
tree | 36a1a7d72586a2f8fd25feb225cd4e627cd275b3 /drivers/mtd/nand | |
parent | 735a7ffb739b6efeaeb1e720306ba308eaaeb20e (diff) |
[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: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index baece61169f4..41bfcae1fbf4 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -1479,6 +1479,7 @@ static void nand_write_page_syndrome(struct mtd_info *mtd, | |||
1479 | * @buf: the data to write | 1479 | * @buf: the data to write |
1480 | * @page: page number to write | 1480 | * @page: page number to write |
1481 | * @cached: cached programming | 1481 | * @cached: cached programming |
1482 | * @raw: use _raw version of write_page | ||
1482 | */ | 1483 | */ |
1483 | static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, | 1484 | static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, |
1484 | const uint8_t *buf, int page, int cached, int raw) | 1485 | const uint8_t *buf, int page, int cached, int raw) |