Skip to content

Commit b72ecb0

Browse files
committed
firmware_loader: Reorganize kerneldoc parameter names
JIRA: https://issues.redhat.com/browse/RHEL-81536 commit dbd45ee Author: Julia Lawall <Julia.Lawall@inria.fr> Date: Mon, 14 Oct 2024 08:21:09 +0000 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> Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
1 parent fc6fa50 commit b72ecb0

File tree

1 file changed

+1
-1
lines changed
  • drivers/base/firmware_loader

1 file changed

+1
-1
lines changed

drivers/base/firmware_loader/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,8 @@ EXPORT_SYMBOL_GPL(firmware_request_platform);
10581058

10591059
/**
10601060
* firmware_request_cache() - cache firmware for suspend so resume can use it
1061-
* @name: name of firmware file
10621061
* @device: device for which firmware should be cached for
1062+
* @name: name of firmware file
10631063
*
10641064
* There are some devices with an optimization that enables the device to not
10651065
* require loading firmware on system reboot. This optimization may still

0 commit comments

Comments
 (0)