[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161125113446.5e255ab6@vento.lan>
Date: Fri, 25 Nov 2016 11:34:46 -0200
From: Mauro Carvalho Chehab <mchehab@...pensource.com>
To: Silvio Fricke <silvio.fricke@...il.com>
Cc: linux-doc@...r.kernel.org, Jonathan Corbet <corbet@....net>,
Ming Lei <ming.lei@...onical.com>,
"Luis R . Rodriguez" <mcgrof@...nel.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 4/4] firmware: remove warning at documentation
generation time
Em Fri, 25 Nov 2016 11:02:42 +0100
Silvio Fricke <silvio.fricke@...il.com> escreveu:
> This patch removes following error at for `make htmldocs`. No functional
> change.
>
> ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent.
>
> Signed-off-by: Silvio Fricke <silvio.fricke@...il.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@...pensource.com>
> ---
> drivers/base/firmware_class.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c
> index 22d1760..37b0221 100644
> --- a/drivers/base/firmware_class.c
> +++ b/drivers/base/firmware_class.c
> @@ -1345,9 +1345,9 @@ static void request_firmware_work_func(struct work_struct *work)
> *
> * Asynchronous variant of request_firmware() for user contexts:
> * - sleep for as small periods as possible since it may
> - * increase kernel boot time of built-in device drivers
> - * requesting firmware in their ->probe() methods, if
> - * @gfp is GFP_KERNEL.
> + * increase kernel boot time of built-in device drivers
> + * requesting firmware in their ->probe() methods, if
> + * @gfp is GFP_KERNEL.
> *
> * - can't sleep at all if @gfp is GFP_ATOMIC.
> **/
Thanks,
Mauro
Powered by blists - more mailing lists