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 <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/1621851730-32287-1-git-send-email-yang.lee@linux.alibaba.com Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com> Acked-by: Palmer Dabbelt <palmerdabbelt@google.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6efb943 commit c37f1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)