Skip to content

Commit 87d8f12

Browse files
lucaceresolimiquelraynal
authored andcommitted
mtd: virt_concat: fix kdoc text
The function name in the kdoc comment is different from the name of the function being documented, fix it. Fixes: 43db636 ("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>
1 parent b7c0982 commit 87d8f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/mtd_virt_concat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ void mtd_virt_concat_destroy_items(void)
222222
}
223223

224224
/**
225-
* mtd_virt_concat_create_add - Add a mtd device to the concat list
225+
* mtd_virt_concat_add - Add a mtd device to the concat list
226226
* @mtd: pointer to 'mtd_info'
227227
*
228228
* Return: true on success, false otherwise.

0 commit comments

Comments
 (0)