Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1530090 > unrolled thread

[PATCH v2 4/4] firmware: remove warning at documentation generation time

Started bySilvio Fricke <silvio.fricke@gmail.com>
First post2016-11-25 11:10 +0100
Last post2016-11-25 14:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 4/4] firmware: remove warning at documentation generation time Silvio Fricke <silvio.fricke@gmail.com> - 2016-11-25 11:10 +0100
    Re: [PATCH v2 4/4] firmware: remove warning at documentation  generation time Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-11-25 14:40 +0100

#1530090 — [PATCH v2 4/4] firmware: remove warning at documentation generation time

FromSilvio Fricke <silvio.fricke@gmail.com>
Date2016-11-25 11:10 +0100
Subject[PATCH v2 4/4] firmware: remove warning at documentation generation time
Message-ID<sHlCa-7En-45@gated-at.bofh.it>
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@gmail.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.
  **/
-- 
git-series 0.9.1

[toc] | [next] | [standalone]


#1530246 — Re: [PATCH v2 4/4] firmware: remove warning at documentation generation time

FromMauro Carvalho Chehab <mchehab@s-opensource.com>
Date2016-11-25 14:40 +0100
SubjectRe: [PATCH v2 4/4] firmware: remove warning at documentation generation time
Message-ID<sHoTo-18u-13@gated-at.bofh.it>
In reply to#1530090
Em Fri, 25 Nov 2016 11:02:42 +0100
Silvio Fricke <silvio.fricke@gmail.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@gmail.com>

Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web