projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a0a05
)
soc: qcom: qmi: Reorganize kerneldoc parameter names
author
Julia Lawall
<Julia.Lawall@inria.fr>
Mon, 30 Sep 2024 11:21:10 +0000
(13:21 +0200)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/qmi_interface.c
b/drivers/soc/qcom/qmi_interface.c
index
bb98b06
..
bc6d637
100644
(file)
--- a/
drivers/soc/qcom/qmi_interface.c
+++ b/
drivers/soc/qcom/qmi_interface.c
@@
-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