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

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>

authored by

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

+1 -1
+1 -1
Documentation/driver-api/firmware/direct-fs-lookup.rst
··· 24 24 however note that using initrd does not suffice to address the same race. 25 25 26 26 There are circumstances that justify not wanting to include firmware into 27 - initramfs, such as dealing with large firmware firmware files for the 27 + initramfs, such as dealing with large firmware files for the 28 28 remote-proc subsystem. For such cases using a userspace fallback mechanism 29 29 is currently the only viable solution as only userspace can know for sure 30 30 when the real rootfs is ready and mounted.