Skip to content

Commit 97e16f6

Browse files
JuliaLawallgregkh
authored andcommitted
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: Julia Lawall <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f22a51b commit 97e16f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/slimbus/messaging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*
1414
* @ctrl: Controller handle
1515
* @reply: Reply received from the device
16-
* @len: Length of the reply
1716
* @tid: Transaction ID received with which framework can associate reply.
17+
* @len: Length of the reply
1818
*
1919
* Called by controller to inform framework about the response received.
2020
* This helps in making the API asynchronous, and controller-driver doesn't need

0 commit comments

Comments
 (0)