soc: qcom: qmi: Fix a typo in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sat, 13 Nov 2021 05:53:58 +0000 (13:53 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 18 Nov 2021 20:21:56 +0000 (14:21 -0600)
The double word `client' in a comment is repeated, thus one of
them should be removed.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211113055358.206533-1-wangborong@cdjrlc.com
drivers/soc/qcom/qmi_interface.c

index 1a03eaa..c8c4c73 100644 (file)
@@ -96,7 +96,7 @@ static void qmi_recv_del_server(struct qmi_handle *qmi,
  * @node:      id of the dying node
  *
  * 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.
  */
 static void qmi_recv_bye(struct qmi_handle *qmi,