From: Silvio Fricke Date: Fri, 25 Nov 2016 14:59:47 +0000 (+0100) Subject: firmware: remove warning at documentation generation time X-Git-Tag: v4.10-rc1~147^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88bcef508f230c05deaa6e51ddf90ccae15a2824;p=karo-tx-linux.git 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 Reviewed-by: Mauro Carvalho Chehab Acked-by: Luis R. Rodriguez Signed-off-by: Greg Kroah-Hartman --- 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) * * 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. **/