Commit 8fa54b11 authored by Wang Wenhu's avatar Wang Wenhu Committed by David S. Miller

drivers: ipa: fix typoes for ipa

Change "transactio" -> "transaction". Also an alignment correction.
Signed-off-by: default avatarWang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be372e91
...@@ -364,7 +364,7 @@ int ipa_endpoint_modem_exception_reset_all(struct ipa *ipa) ...@@ -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 /* We need one command per modem TX endpoint. We can get an upper
* bound on that by assuming all initialized endpoints are modem->IPA. * 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 * 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(); count = hweight32(initialized) + ipa_cmd_tag_process_count();
trans = ipa_cmd_trans_alloc(ipa, count); trans = ipa_cmd_trans_alloc(ipa, count);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment