diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c index f8ef983c8a0f78b45f7933009fbdf32e66610619..eb95cf7c3b28be9957bd696d370887f3236ba737 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. **/