Skip to content

Commit c37f1cd

Browse files
Yang Libebarino
authored andcommitted
clk: sifive: Fix kernel-doc
Fix function name in sifive-prci.c kernel-doc comment to remove a warning. drivers/clk/sifive/sifive-prci.c:573: warning: expecting prototype for sifive_prci_init(). Prototype was for sifive_prci_probe() instead Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Palmer Dabbelt <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6efb943 commit c37f1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/sifive/sifive-prci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static int __prci_register_clocks(struct device *dev, struct __prci_data *pd,
564564
}
565565

566566
/**
567-
* sifive_prci_init() - initialize prci data and check parent count
567+
* sifive_prci_probe() - initialize prci data and check parent count
568568
* @pdev: platform device pointer for the prci
569569
*
570570
* Return: 0 upon success or a negative error code upon failure.

0 commit comments

Comments
 (0)