Commit 97e16f68 authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman
Browse files

slimbus: messaging: Reorganize kerneldoc parameter names



Reorganize kerneldoc parameter names to match the parameter
order in the function header.

Problems identified using Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20241230143354.266154-2-srinivas.kandagatla@linaro.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f22a51b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@
 *
 * @ctrl: Controller handle
 * @reply: Reply received from the device
 * @len: Length of the reply
 * @tid: Transaction ID received with which framework can associate reply.
 * @len: Length of the reply
 *
 * Called by controller to inform framework about the response received.
 * This helps in making the API asynchronous, and controller-driver doesn't need