Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 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>

authored by

Luca Ceresoli and committed by
Miquel Raynal
87d8f128 b7c09821

+1 -1
+1 -1
drivers/mtd/mtd_virt_concat.c
··· 222 222 } 223 223 224 224 /** 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 226 226 * @mtd: pointer to 'mtd_info' 227 227 * 228 228 * Return: true on success, false otherwise.