diff options
author | Silvio Fricke <silvio.fricke@gmail.com> | 2016-11-25 09:59:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-01 15:41:13 -0500 |
commit | 88bcef508f230c05deaa6e51ddf90ccae15a2824 (patch) | |
tree | b47e06e80679af35c66849bb2e10a50b2a6b2f6a /drivers/base/firmware_class.c | |
parent | cd74da957ba2d03787ede1c22bbb183d9c728aad (diff) |
firmware: remove warning at documentation generation time
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>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/firmware_class.c')
-rw-r--r-- | drivers/base/firmware_class.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c index f8ef983c8a0f..eb95cf7c3b28 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c | |||
@@ -1384,9 +1384,9 @@ static void request_firmware_work_func(struct work_struct *work) | |||
1384 | * | 1384 | * |
1385 | * Asynchronous variant of request_firmware() for user contexts: | 1385 | * Asynchronous variant of request_firmware() for user contexts: |
1386 | * - sleep for as small periods as possible since it may | 1386 | * - sleep for as small periods as possible since it may |
1387 | * increase kernel boot time of built-in device drivers | 1387 | * increase kernel boot time of built-in device drivers |
1388 | * requesting firmware in their ->probe() methods, if | 1388 | * requesting firmware in their ->probe() methods, if |
1389 | * @gfp is GFP_KERNEL. | 1389 | * @gfp is GFP_KERNEL. |
1390 | * | 1390 | * |
1391 | * - can't sleep at all if @gfp is GFP_ATOMIC. | 1391 | * - can't sleep at all if @gfp is GFP_ATOMIC. |
1392 | **/ | 1392 | **/ |