]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mtd: virt_concat: fix kdoc text
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Mon, 9 Mar 2026 21:17:48 +0000 (22:17 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 11 Mar 2026 15:23:44 +0000 (16:23 +0100)
The function name in the kdoc comment is different from the name of the
function being documented, fix it.

Fixes: 43db6366fc2d ("mtd: Add driver for concatenating devices")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603041232.fNDHNtUa-lkp@intel.com/
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/mtd_virt_concat.c

index aea88d1c9bc5556ce0b9a7915f77795dde75f404..42c3bf189faac5478a32ddcead5c72d8283dda44 100644 (file)
@@ -222,7 +222,7 @@ void mtd_virt_concat_destroy_items(void)
 }
 
 /**
- * mtd_virt_concat_create_add - Add a mtd device to the concat list
+ * mtd_virt_concat_add - Add a mtd device to the concat list
  * @mtd:        pointer to 'mtd_info'
  *
  * Return: true on success, false otherwise.