clk: sifive: Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 24 May 2021 10:22:10 +0000 (18:22 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 2 Jun 2021 06:39:15 +0000 (23:39 -0700)
commitc37f1cdd1fc9b128f254c9fb3ec81d0df3cc6117
tree4760ea70015ff27d4952cb5e91585d9367848baf
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
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>
drivers/clk/sifive/sifive-prci.c