forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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.