From f76962257e384d23a5665543a64f1414f9954fe8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Oct 2014 16:33:40 -0600 Subject: [PATCH] Costmetic changes -- spacing, comments. --- arch/arm/src/sam34/sam_serial.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/sam34/sam_serial.c b/arch/arm/src/sam34/sam_serial.c index 01970b7377..4395de5175 100644 --- a/arch/arm/src/sam34/sam_serial.c +++ b/arch/arm/src/sam34/sam_serial.c @@ -1178,7 +1178,6 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) #if defined(CONFIG_SERIAL_IFLOWCONTROL) || defined(CONFIG_SERIAL_OFLOWCONTROL) priv->flowc = flowc; #endif - /* effect the changes immediately - note that we do not * implement TCSADRAIN / TCSAFLUSH */