Commit 87d8f128 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Miquel Raynal
Browse files

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: 43db6366 ("mtd: Add driver for concatenating devices")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603041232.fNDHNtUa-lkp@intel.com/


Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent b7c09821
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.