mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
mei: bus: 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-14-Julia.Lawall@inria.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c975743da2
commit
88d81a0ce1
@ -145,8 +145,8 @@ ssize_t __mei_cl_send_timeout(struct mei_cl *cl, const u8 *buf, size_t length, u
|
||||
* @cl: host client
|
||||
* @buf: buffer to receive
|
||||
* @length: buffer length
|
||||
* @mode: io mode
|
||||
* @vtag: virtual tag
|
||||
* @mode: io mode
|
||||
* @timeout: recv timeout, 0 for infinite timeout
|
||||
*
|
||||
* Return: read size in bytes of < 0 on error
|
||||
|
Loading…
Reference in New Issue
Block a user