everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue