From: Lee Jones Date: Wed, 20 Jan 2021 09:30:35 +0000 (+0000) Subject: clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter X-Git-Tag: accepted/tizen/unified/20230118.172025~7811^2^5~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=975b3edd5594a8c4bd1b0bd0c09f4400bb3a7270;p=platform%2Fkernel%2Flinux-rpi.git clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter Fixes the following W=1 kernel build warning(s): drivers/clk/ti/dpll.c:163: warning: Function parameter or member 'user' not described in '_register_dpll' drivers/clk/ti/dpll.c:163: warning: Excess function parameter 'hw' description in '_register_dpll' Cc: Tero Kristo Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-omap@vger.kernel.org Cc: linux-clk@vger.kernel.org Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210120093040.1719407-16-lee.jones@linaro.org Reviewed-by: Tero Kristo Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/ti/dpll.c b/drivers/clk/ti/dpll.c index 247510e..d6f1ac5 100644 --- a/drivers/clk/ti/dpll.c +++ b/drivers/clk/ti/dpll.c @@ -151,7 +151,7 @@ static const struct clk_ops dpll_x2_ck_ops = { /** * _register_dpll - low level registration of a DPLL clock - * @hw: hardware clock definition for the clock + * @user: pointer to the hardware clock definition for the clock * @node: device node for the clock * * Finalizes DPLL registration process. In case a failure (clk-ref or