diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2018-05-10 22:08:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-14 16:44:41 +0200 |
commit | 4fde24d4161358e0909684facd2226627d381fce (patch) | |
tree | ac3cad1b1661e58ce337a2978e86dff3754d3b62 /Documentation/driver-api/firmware/firmware_cache.rst | |
parent | ath10k: re-enable the firmware fallback mechanism for testmode (diff) | |
download | linux-4fde24d4161358e0909684facd2226627d381fce.tar.xz linux-4fde24d4161358e0909684facd2226627d381fce.zip |
Documentation: fix few typos and clarifications for the firmware loader
Fix a few typos, and clarify a few sentences.
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/firmware/firmware_cache.rst')
-rw-r--r-- | Documentation/driver-api/firmware/firmware_cache.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/firmware/firmware_cache.rst b/Documentation/driver-api/firmware/firmware_cache.rst index 2210e5bfb332..c2e69d9c6bf1 100644 --- a/Documentation/driver-api/firmware/firmware_cache.rst +++ b/Documentation/driver-api/firmware/firmware_cache.rst @@ -29,8 +29,8 @@ Some implementation details about the firmware cache setup: * If an asynchronous call is used the firmware cache is only set up for a device if if the second argument (uevent) to request_firmware_nowait() is true. When uevent is true it requests that a kobject uevent be sent to - userspace for the firmware request. For details refer to the Fackback - mechanism documented below. + userspace for the firmware request through the sysfs fallback mechanism + if the firmware file is not found. * If the firmware cache is determined to be needed as per the above two criteria the firmware cache is setup by adding a devres entry for the |