diff options
author | Julia Lawall <[email protected]> | 2024-09-30 13:21:10 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-09-30 22:03:48 -0500 |
commit | eea73fa08e69fec9cdc915592022bec6a9ac8ad7 (patch) | |
tree | 3f48c69b2f0e4d8ff324dbd5a259889fdffab742 | |
parent | 20a0a05f40faf82f64f1c2ad3e9f5006b80ca0cb (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | drivers/soc/qcom/qmi_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/qmi_interface.c b/drivers/soc/qcom/qmi_interface.c index bb98b06e87f8..bc6d6379d8b1 100644 --- 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 |