drivers: serial: correct spelling

Employ a code spell checking tool to scan and correct spelling errors
in all files within the drivers/serial directory.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
This commit is contained in:
Pisit Sawangvonganan 2024-01-13 00:34:18 +07:00 committed by Fabio Baltieri
commit b4567fa551
8 changed files with 11 additions and 11 deletions

View file

@ -567,7 +567,7 @@ static int uart_stm32_configure(const struct device *dev,
LL_USART_Disable(config->usart);
/* Set basic parmeters, such as data-/stop-bit, parity, and baudrate */
/* Set basic parameters, such as data-/stop-bit, parity, and baudrate */
uart_stm32_parameters_set(dev, cfg);
LL_USART_Enable(config->usart);
@ -1913,7 +1913,7 @@ static int uart_stm32_registers_configure(const struct device *dev)
LL_USART_SetTransferDirection(config->usart,
LL_USART_DIRECTION_TX_RX);
/* Set basic parmeters, such as data-/stop-bit, parity, and baudrate */
/* Set basic parameters, such as data-/stop-bit, parity, and baudrate */
uart_stm32_parameters_set(dev, uart_cfg);
/* Enable the single wire / half-duplex mode */