Re: [PATCH] mux: fix kernel doc prototype

From: Jonathan Cameron
Date: Wed Oct 20 2021 - 16:23:34 EST


On Tue, 19 Oct 2021 09:17:07 +0200
Peter Rosin <peda@xxxxxxxxxx> wrote:

> On 2021-10-19 08:45, Vincent Whitchurch wrote:
> > Fix this warning from scripts/kernel-doc:
> >
> > drivers/mux/core.c:391: warning: expecting prototype for
> > mux_control_try_select(). Prototype was for
> > mux_control_try_select_delay() instead
> >
> > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > Signed-off-by: Vincent Whitchurch <vincent.whitchurch@xxxxxxxx>
>
> Obviously. Or, just squash it if that's still an option?
Folded into original commit.

Thanks,

Jonathan

>
> In case it's easier to just pile it on top:
>
> Acked-by: Peter Rosin <peda@xxxxxxxxxx>
>
> Cheers,
> Peter