everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -1,4 +1,4 @@
|
|||
# Reneas R-Car CAN configuration options
|
||||
# Renesas R-Car CAN configuration options
|
||||
|
||||
# Copyright (c) 2021 IoT.bzh
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
|
|
@ -77,7 +77,7 @@ struct can_mcan_tx_buffer_hdr {
|
|||
union {
|
||||
struct {
|
||||
volatile uint32_t ext_id : 29; /* Identifier */
|
||||
volatile uint32_t rtr : 1; /* Retmote Transmission Request*/
|
||||
volatile uint32_t rtr : 1; /* Remote Transmission Request*/
|
||||
volatile uint32_t xtd : 1; /* Extended identifier */
|
||||
volatile uint32_t esi : 1; /* Error state indicator */
|
||||
};
|
||||
|
@ -109,7 +109,7 @@ struct can_mcan_tx_buffer {
|
|||
|
||||
struct can_mcan_tx_event_fifo {
|
||||
volatile uint32_t id : 29; /* Identifier */
|
||||
volatile uint32_t rtr : 1; /* Retmote Transmission Request*/
|
||||
volatile uint32_t rtr : 1; /* Remote Transmission Request*/
|
||||
volatile uint32_t xtd : 1; /* Extended identifier */
|
||||
volatile uint32_t esi : 1; /* Error state indicator */
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#define CAN_MCAN_CREL_REL CAN_MCAN_CREL_REL_MSK
|
||||
|
||||
/**************** Bit definition for CAN_MCAN_ENDN register *****************/
|
||||
/* Endiannes Test Value */
|
||||
/* Endianness Test Value */
|
||||
#define CAN_MCAN_ENDN_ETV_POS (0U)
|
||||
#define CAN_MCAN_ENDN_ETV_MSK (0xFFFFFFFFUL << CAN_MCAN_ENDN_ETV_POS)
|
||||
#define CAN_MCAN_ENDN_ETV CAN_MCAN_ENDN_ETV_MSK
|
||||
|
|
|
@ -1123,7 +1123,7 @@ void can_stm32_remove_rx_filter(const struct device *dev, int filter_id)
|
|||
if (!CAN_BANK_IS_EMPTY(data->filter_usage, bank_nr)) {
|
||||
can->FA1R |= bank_bit;
|
||||
} else {
|
||||
LOG_DBG("Bank number %d is empty -> deakivate", bank_nr);
|
||||
LOG_DBG("Bank number %d is empty -> deactivate", bank_nr);
|
||||
}
|
||||
|
||||
can->FMR &= ~(CAN_FMR_FINIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue