mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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: 43db6366fc ("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>
This commit is contained in:
committed by
Miquel Raynal
parent
b7c0982184
commit
87d8f12854
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user