net: ipa: Fix typo 'the the' in comment
authorSlark Xiao <slark_xiao@163.com>
Fri, 22 Jul 2022 08:22:27 +0000 (16:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2022 09:52:28 +0000 (10:52 +0100)
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_qmi_msg.h

index 3233d14..495e85a 100644 (file)
@@ -214,7 +214,7 @@ struct ipa_init_modem_driver_req {
 
 /* The response to a IPA_QMI_INIT_DRIVER request begins with a standard
  * QMI response, but contains other information as well.  Currently we
- * simply wait for the the INIT_DRIVER transaction to complete and
+ * simply wait for the INIT_DRIVER transaction to complete and
  * ignore any other data that might be returned.
  */
 struct ipa_init_modem_driver_rsp {