]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: qmi: Reorganize kerneldoc parameter names
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 30 Sep 2024 11:21:10 +0000 (13:21 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 1 Oct 2024 03:03:48 +0000 (22:03 -0500)
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>
drivers/soc/qcom/qmi_interface.c

index bb98b06e87f88e58f5231c09e0c65c9810918d9d..bc6d6379d8b1bb2a43e99f2a14528f65e28b0e37 100644 (file)
@@ -195,8 +195,8 @@ static void qmi_send_new_lookup(struct qmi_handle *qmi, struct qmi_service *svc)
  * qmi_add_lookup() - register a new lookup with the name service
  * @qmi:       qmi handle
  * @service:   service id of the request
- * @instance:  instance id of the request
  * @version:   version number of the request
+ * @instance:  instance id of the request
  *
  * Registering a lookup query with the name server will cause the name server
  * to send NEW_SERVER and DEL_SERVER control messages to this socket as