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

@ -853,7 +853,7 @@ int can_mcan_add_rx_filter_std(struct can_mcan_data *data,
return -ENOSPC;
}
/* TODO propper fifo balancing */
/* TODO proper fifo balancing */
filter_element.sfce = filter_id & 0x01 ? CAN_MCAN_FCE_FIFO1 :
CAN_MCAN_FCE_FIFO0;
@ -915,7 +915,7 @@ static int can_mcan_add_rx_filter_ext(struct can_mcan_data *data,
return -ENOSPC;
}
/* TODO propper fifo balancing */
/* TODO proper fifo balancing */
filter_element.efce = filter_id & 0x01 ? CAN_MCAN_FCE_FIFO1 :
CAN_MCAN_FCE_FIFO0;