aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/firmware
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2020-07-03 20:44:49 -0700
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2020-07-10 14:58:01 +0200
commite2e4e8f5ac69ab8b50c00243172d79ee67aa6b69 (patch)
tree21e6b619b86bec505c0e53169c1479bde73b57e3 /Documentation/driver-api/firmware
parentDocumentation/driver-api: firmware/firmware_cache: drop doubled word (diff)
downloadlinux-e2e4e8f5ac69ab8b50c00243172d79ee67aa6b69.tar.gz
linux-e2e4e8f5ac69ab8b50c00243172d79ee67aa6b69.tar.bz2
linux-e2e4e8f5ac69ab8b50c00243172d79ee67aa6b69.zip
Documentation/driver-api: firmware/direct-fs-lookup: drop doubled word
Drop the doubled word "firmware". 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-5-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/firmware')
-rw-r--r--Documentation/driver-api/firmware/direct-fs-lookup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/firmware/direct-fs-lookup.rst b/Documentation/driver-api/firmware/direct-fs-lookup.rst
index 82b4d585a213..e04353d1b06b 100644
--- a/Documentation/driver-api/firmware/direct-fs-lookup.rst
+++ b/Documentation/driver-api/firmware/direct-fs-lookup.rst
@@ -24,7 +24,7 @@ available. Stuffing the firmware into initramfs resolves this race issue,
however note that using initrd does not suffice to address the same race.
There are circumstances that justify not wanting to include firmware into
-initramfs, such as dealing with large firmware firmware files for the
+initramfs, such as dealing with large firmware files for the
remote-proc subsystem. For such cases using a userspace fallback mechanism
is currently the only viable solution as only userspace can know for sure
when the real rootfs is ready and mounted.