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

Documentation/driver-api: firmware/firmware_cache: drop doubled word

Drop the doubled word "if".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20200704034502.17199-4-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
20b33f84 c7d4a0b7

+1 -1
+1 -1
Documentation/driver-api/firmware/firmware_cache.rst
··· 27 27 uses all synchronous call except :c:func:`request_firmware_into_buf`. 28 28 29 29 * If an asynchronous call is used the firmware cache is only set up for a 30 - device if if the second argument (uevent) to request_firmware_nowait() is 30 + device if the second argument (uevent) to request_firmware_nowait() is 31 31 true. When uevent is true it requests that a kobject uevent be sent to 32 32 userspace for the firmware request through the sysfs fallback mechanism 33 33 if the firmware file is not found.