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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Julia Lawall and committed by
Greg Kroah-Hartman
dbd45eef 8e929cb5

+1 -1
+1 -1
drivers/base/firmware_loader/main.c
··· 1075 1075 1076 1076 /** 1077 1077 * firmware_request_cache() - cache firmware for suspend so resume can use it 1078 - * @name: name of firmware file 1079 1078 * @device: device for which firmware should be cached for 1079 + * @name: name of firmware file 1080 1080 * 1081 1081 * There are some devices with an optimization that enables the device to not 1082 1082 * require loading firmware on system reboot. This optimization may still