aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2021-11-13 13:53:58 +0800
committerBjorn Andersson <[email protected]>2021-11-18 14:21:56 -0600
commitbd9ccaec6ac998196baa11380ad4651a7df62ef0 (patch)
tree1fd432b89436f4307fa67f6e666bfe384798b563
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff)
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: Jason Wang <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/soc/qcom/qmi_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/qmi_interface.c b/drivers/soc/qcom/qmi_interface.c
index 1a03eaa38c46..c8c4c730b135 100644
--- a/drivers/soc/qcom/qmi_interface.c
+++ b/drivers/soc/qcom/qmi_interface.c
@@ -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,