[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210423080434.GA6446@dell>
Date: Fri, 23 Apr 2021 09:04:34 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Cc: Support Opensource <support.opensource@...semi.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
Tony Lindgren <tony@...mide.com>, linux-kernel@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, linux-omap@...r.kernel.org,
patches@...nsource.cirrus.com,
Marek Szyprowski <m.szyprowski@...sung.com>,
Sylwester Nawrocki <snawrocki@...nel.org>
Subject: Re: [PATCH v2 7/7] mfd: twl: Correct kerneldoc
On Tue, 20 Apr 2021, Krzysztof Kozlowski wrote:
> Correct kerneldoc function name to fix W=1 warning:
>
> drivers/mfd/twl-core.c:496: warning:
> expecting prototype for twl_regcache_bypass(). Prototype was for twl_set_regcache_bypass() instead
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
> ---
> drivers/mfd/twl-core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
FYI, a patch already exists for fixing this.
> diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
> index 20cf8cfe4f3b..24b77b18b725 100644
> --- a/drivers/mfd/twl-core.c
> +++ b/drivers/mfd/twl-core.c
> @@ -485,8 +485,8 @@ int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes)
> EXPORT_SYMBOL(twl_i2c_read);
>
> /**
> - * twl_regcache_bypass - Configure the regcache bypass for the regmap associated
> - * with the module
> + * twl_set_regcache_bypass - Configure the regcache bypass for the regmap
> + * associated with the module
> * @mod_no: module number
> * @enable: Regcache bypass state
> *
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists