docs: driver-api: firmware_loader: fix missing argument in usage example
authorConor Dooley <conor.dooley@microchip.com>
Wed, 29 Mar 2023 12:34:26 +0000 (13:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2023 14:09:39 +0000 (16:09 +0200)
commit61f21988d806a5c93c39179f2d91ea2d3219b025
treee3838464f284374bb31778a17585e41b5fa49e6f
parent06fb4736139fde0e1431fe2a5b4912dcb7588d09
docs: driver-api: firmware_loader: fix missing argument in usage example

By the time firmware-upload support landed in commit 97730bbb242c
("firmware_loader: Add firmware-upload support"), the arguments for
firmware_upload_register() had changed, and while this is automagically
represented in the kernel doc bits, the usage example was not kept in
sync.
Add the missing argument as per the driver.

Fixes: 97730bbb242c ("firmware_loader: Add firmware-upload support")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230329123425.4177084-1-conor.dooley@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/firmware/fw_upload.rst