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;

View file

@ -1141,7 +1141,7 @@ void can_stm32_remove_rx_filter(const struct device *dev, int filter_id)
filter_index = can_calc_filter_index(filter_id, mode_reg, scale_reg);
type = can_stm32_get_filter_type(bank_nr, mode_reg, scale_reg);
LOG_DBG("Detatch filter number %d (index %d), type %d", filter_id,
LOG_DBG("Detach filter number %d (index %d), type %d", filter_id,
filter_index,
type);