projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1161703
)
mtd: rawnand: cafe: Use correct function name in comment block
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 5 Aug 2022 18:01:17 +0000
(19:01 +0100)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Wed, 21 Sep 2022 08:38:46 +0000
(10:38 +0200)
The incorrect function name is being used in the comment for function
cafe_nand_read_page. Correct it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lore.kernel.org/linux-mtd/20220805180117.2375503-1-colin.i.king@gmail.com
drivers/mtd/nand/raw/cafe_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/cafe_nand.c
b/drivers/mtd/nand/raw/cafe_nand.c
index af119e3763523f4be9976388575523f3f4e1d409..66385c4fb994b9c68af9602897c29a439a5a4d7e 100644
(file)
--- a/
drivers/mtd/nand/raw/cafe_nand.c
+++ b/
drivers/mtd/nand/raw/cafe_nand.c
@@
-358,7
+358,7
@@
static int cafe_nand_read_oob(struct nand_chip *chip, int page)
return nand_read_oob_op(chip, page, 0, chip->oob_poi, mtd->oobsize);
}
/**
- * cafe_nand_read_page
_syndrome
- [REPLACEABLE] hardware ecc syndrome based page read
+ * cafe_nand_read_page - [REPLACEABLE] hardware ecc syndrome based page read
* @chip: nand chip info structure
* @buf: buffer to store read data
* @oob_required: caller expects OOB data read to chip->oob_poi