Discussion:
[PATCH] mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
Miquel Raynal
2018-11-06 16:29:46 UTC
Permalink
Function name is wrong in the kernel-doc header.
---
include/linux/mtd/nand.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 7ff3770e468b..12d75402472a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -583,7 +583,7 @@ static inline void nanddev_pos_next_eraseblock(struct nand_device *nand,
}
/**
- * nanddev_pos_next_eraseblock() - Move a position to the next page
+ * nanddev_pos_next_page() - Move a position to the next page
*
Reviewed-by: Miquel Raynal <***@bootlin.com>


Thanks,
Miquèl
Boris Brezillon
2018-11-06 16:37:13 UTC
Permalink
On Tue, 6 Nov 2018 17:29:46 +0100
Post by Miquel Raynal
Function name is wrong in the kernel-doc header.
Oops, forgot to add

Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal with NAND devices")
Post by Miquel Raynal
---
include/linux/mtd/nand.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 7ff3770e468b..12d75402472a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -583,7 +583,7 @@ static inline void nanddev_pos_next_eraseblock(struct nand_device *nand,
}
/**
- * nanddev_pos_next_eraseblock() - Move a position to the next page
+ * nanddev_pos_next_page() - Move a position to the next page
*
Thanks,
Miquèl
Boris Brezillon
2018-11-06 16:43:10 UTC
Permalink
On Tue, 6 Nov 2018 17:37:13 +0100
Post by Boris Brezillon
On Tue, 6 Nov 2018 17:29:46 +0100
Post by Miquel Raynal
Function name is wrong in the kernel-doc header.
Oops, forgot to add
Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal with NAND devices")
Queued to the fixes branch after adding the Fixes tag.
Post by Boris Brezillon
Post by Miquel Raynal
---
include/linux/mtd/nand.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 7ff3770e468b..12d75402472a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -583,7 +583,7 @@ static inline void nanddev_pos_next_eraseblock(struct nand_device *nand,
}
/**
- * nanddev_pos_next_eraseblock() - Move a position to the next page
+ * nanddev_pos_next_page() - Move a position to the next page
*
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
Loading...