everywhere: fix typos

Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
Nazar Kazakov 2022-03-16 21:07:43 +00:00 committed by Anas Nashif
commit f483b1bc4c
757 changed files with 1284 additions and 1284 deletions

View file

@ -639,7 +639,7 @@ static void ucpd_manage_tx(struct alert_info *info)
case STATE_ACTIVE_TCPM:
/*
* Check if tx msg has finsihed. For TCPM messages
* Check if tx msg has finished. For TCPM messages
* transmit is not complete until a GoodCRC message
* matching the msgID just sent is received. But, a tx
* message can fail due to collision or underrun,
@ -721,7 +721,7 @@ static void ucpd_manage_tx(struct alert_info *info)
}
} else if (atomic_test_and_clear_bit(&info->evt, UCPD_EVT_RX_MSG)) {
/*
* In the case of a collsion, it's possible the port
* In the case of a collision, it's possible the port
* partner may not send a GoodCRC and instead send the
* message that was colliding. If a message is received
* in this state, then treat it as a discard from an
@ -778,7 +778,7 @@ static void ucpd_alert_handler(struct k_work *item)
}
/*
* USB-PD messages are intiated in TCPM stack (PRL
* USB-PD messages are initiated in TCPM stack (PRL
* layer). However, GoodCRC messages are initiated within the
* UCPD driver based on USB-PD rx messages. These 2 types of
* transmit paths are managed via events.