Skip to content

Commit 8fa54b1

Browse files
Wang Wenhudavem330
authored andcommitted
drivers: ipa: fix typoes for ipa
Change "transactio" -> "transaction". Also an alignment correction. Signed-off-by: Wang Wenhu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent be372e9 commit 8fa54b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/net/ipa/gsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ static void gsi_channel_update(struct gsi_channel *channel)
13581358
* gsi_channel_poll_one() - Return a single completed transaction on a channel
13591359
* @channel: Channel to be polled
13601360
*
1361-
* @Return: Transaction pointer, or null if none are available
1361+
* @Return: Transaction pointer, or null if none are available
13621362
*
13631363
* This function returns the first entry on a channel's completed transaction
13641364
* list. If that list is empty, the hardware is consulted to determine

drivers/net/ipa/ipa_endpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ int ipa_endpoint_modem_exception_reset_all(struct ipa *ipa)
364364
/* We need one command per modem TX endpoint. We can get an upper
365365
* bound on that by assuming all initialized endpoints are modem->IPA.
366366
* That won't happen, and we could be more precise, but this is fine
367-
* for now. We need to end the transactio with a "tag process."
367+
* for now. We need to end the transaction with a "tag process."
368368
*/
369369
count = hweight32(initialized) + ipa_cmd_tag_process_count();
370370
trans = ipa_cmd_trans_alloc(ipa, count);

0 commit comments

Comments
 (0)