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

Documentation/driver-api: firmware/built-in-fw: drop doubled word

Drop the doubled word "for".

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-3-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
c7d4a0b7 47681a4c

+1 -1
+1 -1
Documentation/driver-api/firmware/built-in-fw.rst
··· 28 28 * Some firmware files may be really large in size. The remote-proc subsystem 29 29 is an example subsystem which deals with these sorts of firmware 30 30 * The firmware may need to be scraped out from some device specific location 31 - dynamically, an example is calibration data for for some WiFi chipsets. This 31 + dynamically, an example is calibration data for some WiFi chipsets. This 32 32 calibration data can be unique per sold device. 33 33