On Wed, 26 May 2021, Krzysztof Kozlowski wrote: 65;6200;1c > Correct kerneldoc function name to fix W=1 warning: > > drivers/mfd/wm831x-core.c:121: warning: > expecting prototype for wm831x_reg_unlock(). Prototype was for wm831x_reg_lock() instead > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > Acked-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> > > --- > > Changes since v1: > 1. Add Ack > --- > drivers/mfd/wm831x-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This one has been fixed already: https://lore.kernel.org/lkml/20210520120820.3465562-2-lee.jones@xxxxxxxxxx/ > diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x-core.c > index bcef08f58fb3..c31809b17547 100644 > --- a/drivers/mfd/wm831x-core.c > +++ b/drivers/mfd/wm831x-core.c > @@ -109,7 +109,7 @@ static int wm831x_reg_locked(struct wm831x *wm831x, unsigned short reg) > } > > /** > - * wm831x_reg_unlock: Unlock user keyed registers > + * wm831x_reg_lock: Unlock user keyed registers > * > * The WM831x has a user key preventing writes to particularly > * critical registers. This function locks those registers, -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog