Commit bd9ccaec authored by Jason Wang's avatar Jason Wang Committed by Bjorn Andersson

soc: qcom: qmi: Fix a typo in a comment

The double word `client' in a comment is repeated, thus one of
them should be removed.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211113055358.206533-1-wangborong@cdjrlc.com
parent fa55b7dc
...@@ -96,7 +96,7 @@ static void qmi_recv_del_server(struct qmi_handle *qmi, ...@@ -96,7 +96,7 @@ static void qmi_recv_del_server(struct qmi_handle *qmi,
* @node: id of the dying node * @node: id of the dying node
* *
* Signals the client that all previously registered services on this node are * Signals the client that all previously registered services on this node are
* now gone and then calls the bye callback to allow the client client further * now gone and then calls the bye callback to allow the client further
* cleaning up resources associated with this remote. * cleaning up resources associated with this remote.
*/ */
static void qmi_recv_bye(struct qmi_handle *qmi, static void qmi_recv_bye(struct qmi_handle *qmi,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment