clk: keystone: sci-clk: match func name comment to actual
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 15 Jan 2024 00:12:55 +0000 (16:12 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 22 Feb 2024 05:47:41 +0000 (21:47 -0800)
commit05dbb505dbdb88e8c5a9d6aa6ae1aa3231057d0f
tree76fbadbe683bba8d6765bc3a326139c7dcae79a2
parentd71e1f5b1048bb7474a90a0c570197063831e730
clk: keystone: sci-clk: match func name comment to actual

Correct the function name in the kernel-doc comment to match the
actual function name to avoid a kernel-doc warning:

drivers/clk/keystone/sci-clk.c:287: warning: expecting prototype for _sci_clk_get(). Prototype was for _sci_clk_build() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Nishanth Menon <nm@ti.com>
Cc: Tero Kristo <kristo@kernel.org>
Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org
Link: https://lore.kernel.org/r/20240115001255.4124-1-rdunlap@infradead.org
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/keystone/sci-clk.c