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

soc: qcom: qmi: 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-25-Julia.Lawall@inria.fr
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Julia Lawall and committed by
Bjorn Andersson
eea73fa0 20a0a05f

+1 -1
+1 -1
drivers/soc/qcom/qmi_interface.c
··· 195 195 * qmi_add_lookup() - register a new lookup with the name service 196 196 * @qmi: qmi handle 197 197 * @service: service id of the request 198 - * @instance: instance id of the request 199 198 * @version: version number of the request 199 + * @instance: instance id of the request 200 200 * 201 201 * Registering a lookup query with the name server will cause the name server 202 202 * to send NEW_SERVER and DEL_SERVER control messages to this socket as