Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530246
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 4/4] firmware: remove warning at documentation generation time |
| Date | 2016-11-25 14:40 +0100 |
| Message-ID | <sHoTo-18u-13@gated-at.bofh.it> (permalink) |
| References | <sHlCa-7En-31@gated-at.bofh.it> <sHlCa-7En-45@gated-at.bofh.it> |
| Organization | Samsung |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[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
csiph-web