firmware_loader: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20240930112121.95324-27-Julia.Lawall@inria.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8e929cb546
commit
dbd45eef54
@@ -1075,8 +1075,8 @@ EXPORT_SYMBOL_GPL(firmware_request_platform);
|
||||
|
||||
/**
|
||||
* firmware_request_cache() - cache firmware for suspend so resume can use it
|
||||
* @name: name of firmware file
|
||||
* @device: device for which firmware should be cached for
|
||||
* @name: name of firmware file
|
||||
*
|
||||
* There are some devices with an optimization that enables the device to not
|
||||
* require loading firmware on system reboot. This optimization may still
|
||||
|
||||
Reference in New Issue
Block a user