From fe38ca23e5d57e43f9aee6c727806cd77cf435f8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Apr 2015 07:59:31 -0600 Subject: [PATCH] Cosmetic --- arch/arm/src/efm32/efm32_serial.c | 1 + arch/arm/src/stm32/stm32_serial.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/src/efm32/efm32_serial.c b/arch/arm/src/efm32/efm32_serial.c index 139de55a2a..92a2be9c18 100644 --- a/arch/arm/src/efm32/efm32_serial.c +++ b/arch/arm/src/efm32/efm32_serial.c @@ -1018,6 +1018,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg) config->baud = cfgetispeed(termiosp); /* Just speed is yet implemented */ + efm32_disableuartint(priv,&ien); efm32_uartconfigure(config->uartbase, config->baud, config->parity, diff --git a/arch/arm/src/stm32/stm32_serial.c b/arch/arm/src/stm32/stm32_serial.c index 95d202e666..077bb71641 100644 --- a/arch/arm/src/stm32/stm32_serial.c +++ b/arch/arm/src/stm32/stm32_serial.c @@ -2045,7 +2045,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) priv->baud = cfgetispeed(termiosp); - /* effect the changes immediately - note that we do not implement + /* Effect the changes immediately - note that we do not implement * TCSADRAIN / TCSAFLUSH */