]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drivers: ipa: fix typoes for ipa
authorWang Wenhu <wenhu.wang@vivo.com>
Wed, 27 May 2020 03:19:24 +0000 (20:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2020 21:58:28 +0000 (14:58 -0700)
Change "transactio" -> "transaction". Also an alignment correction.

Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/gsi.c
drivers/net/ipa/ipa_endpoint.c

index 012304ddaed2c079e6718177170507a2130bb62d..55226b264e3c45391d1b7b83b1e06d7ac4a37a27 100644 (file)
@@ -1358,7 +1358,7 @@ static void gsi_channel_update(struct gsi_channel *channel)
  * gsi_channel_poll_one() - Return a single completed transaction on a channel
  * @channel:   Channel to be polled
  *
- * @Return:     Transaction pointer, or null if none are available
+ * @Return:    Transaction pointer, or null if none are available
  *
  * This function returns the first entry on a channel's completed transaction
  * list.  If that list is empty, the hardware is consulted to determine
index 82066a223a67fe359b248dbbe2ce5634ce79f569..66649a806dd1f7b12caae717cccadb338e36ee83 100644 (file)
@@ -364,7 +364,7 @@ int ipa_endpoint_modem_exception_reset_all(struct ipa *ipa)
        /* We need one command per modem TX endpoint.  We can get an upper
         * bound on that by assuming all initialized endpoints are modem->IPA.
         * That won't happen, and we could be more precise, but this is fine
-        * for now.  We need to end the transactio with a "tag process."
+        * for now.  We need to end the transaction with a "tag process."
         */
        count = hweight32(initialized) + ipa_cmd_tag_process_count();
        trans = ipa_cmd_trans_alloc(ipa, count);