fpga: region: fix kernel-doc

Fix function name in of-fpga-region.c kernel-doc comment
to remove a warning found by running scripts/kernel-doc,
which is caused by using 'make W=1'.

drivers/fpga/of-fpga-region.c:451: warning: expecting prototype for
fpga_region_init(). Prototype was for of_fpga_region_init() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
This commit is contained in:
Yang Li 2021-12-03 14:19:13 +08:00 committed by Moritz Fischer
parent ea59fc1bef
commit 98ceca2f29
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ static struct platform_driver of_fpga_region_driver = {
};
/**
* fpga_region_init - init function for fpga_region class
* of_fpga_region_init - init function for fpga_region class
* Creates the fpga_region class and registers a reconfig notifier.
*/
static int __init of_fpga_region_init(void)