Re: [PATCH 18/18] w1: w1_io.c: fix a kernel-doc warning

From: Evgeniy Polyakov
Date: Tue May 08 2018 - 07:03:49 EST


Hi

07.05.2018, 12:36, "Mauro Carvalho Chehab" <mchehab+samsung@xxxxxxxxxx>:
> Add a blank line to avoid this Sphinx warning:
> ÂÂÂÂÂÂÂÂ./drivers/w1/w1_io.c:197: WARNING: Definition list ends without a blank line; unexpected unindent.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>

Looks good to me, thank you!
What tree should this be forwarded to, or folks from linux doc will pick it up?

Acked-by: Evgeniy Polyakov <zbr@xxxxxxxxxxx>

> ---
> Âdrivers/w1/w1_io.c | 1 +
> Â1 file changed, 1 insertion(+)
>
> diff --git a/drivers/w1/w1_io.c b/drivers/w1/w1_io.c
> index 075d120e7b88..0364d3329c52 100644
> --- a/drivers/w1/w1_io.c
> +++ b/drivers/w1/w1_io.c
> @@ -194,6 +194,7 @@ static u8 w1_read_bit(struct w1_master *dev)
> ÂÂ* bit 0 = id_bit
> ÂÂ* bit 1 = comp_bit
> ÂÂ* bit 2 = dir_taken
> + *
> ÂÂ* If both bits 0 & 1 are set, the search should be restarted.
> ÂÂ*
> ÂÂ* Return: bit fields - see above
> --
> 2.17.0