From a4b448ea59deff25bdc20406a72178bd6de96cf9 Mon Sep 17 00:00:00 2001 From: Yannis Damigos Date: Thu, 6 Feb 2020 20:36:03 +0200 Subject: [PATCH] uart_stm32: Fix flow misspelling Fix flow misspelling. Signed-off-by: Yannis Damigos --- drivers/serial/uart_stm32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/uart_stm32.c b/drivers/serial/uart_stm32.c index 898f1ca3486..956b2d079cc 100644 --- a/drivers/serial/uart_stm32.c +++ b/drivers/serial/uart_stm32.c @@ -257,10 +257,10 @@ static inline u32_t uart_stm32_cfg2ll_hwctrl(enum uart_config_flow_control fc) } /** - * @brief Get Zephyr hardware frlow control option from + * @brief Get Zephyr hardware flow control option from * LL hardware flow control define. * @note Supports only LL_USART_HWCONTROL_RTS_CTS. - * @param fc: LL hardware frlow control definition. + * @param fc: LL hardware flow control definition. * @retval UART_CFG_FLOW_CTRL_RTS_CTS, or UART_CFG_FLOW_CTRL_NONE. */ static inline enum uart_config_flow_control uart_stm32_ll2cfg_hwctrl(u32_t fc)