Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Silvio Fricke and committed by
Greg Kroah-Hartman
88bcef50 cd74da95

+3 -3
+3 -3
drivers/base/firmware_class.c
··· 1384 1384 * 1385 1385 * Asynchronous variant of request_firmware() for user contexts: 1386 1386 * - sleep for as small periods as possible since it may 1387 - * increase kernel boot time of built-in device drivers 1388 - * requesting firmware in their ->probe() methods, if 1389 - * @gfp is GFP_KERNEL. 1387 + * increase kernel boot time of built-in device drivers 1388 + * requesting firmware in their ->probe() methods, if 1389 + * @gfp is GFP_KERNEL. 1390 1390 * 1391 1391 * - can't sleep at all if @gfp is GFP_ATOMIC. 1392 1392 **/