hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/Documentation/driver-api/firmware/firmware_cache.rst
....@@ -27,7 +27,7 @@
2727 uses all synchronous call except :c:func:`request_firmware_into_buf`.
2828
2929 * 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
3131 true. When uevent is true it requests that a kobject uevent be sent to
3232 userspace for the firmware request through the sysfs fallback mechanism
3333 if the firmware file is not found.