From 0e6ef003ffd5cfa768f0cc09c2976e31452647cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 Feb 2018 16:42:21 -0600 Subject: [PATCH] Fix some coding standard violations in the last PR. --- arch/arm/src/lpc17xx/lpc17_serial.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/src/lpc17xx/lpc17_serial.c b/arch/arm/src/lpc17xx/lpc17_serial.c index dbaf3acc70..10fd17865c 100644 --- a/arch/arm/src/lpc17xx/lpc17_serial.c +++ b/arch/arm/src/lpc17xx/lpc17_serial.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/lpc17xx/lpc17_serial.c * - * Copyright (C) 2010-2013, 2017 Gregory Nutt. All rights reserved. + * Copyright (C) 2010-2013, 2017-2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -920,9 +920,12 @@ static int up_setup(struct uart_dev_s *dev) lcr |= (UART_LCR_PE | UART_LCR_PS_EVEN); } - /* Disable FDR (fractional divider, not used by baudrate settings -> has to be disabled) */ + /* Disable FDR (fractional divider, not used by baudrate settings -> has + * to be disabled) + */ - up_serialout(priv, LPC17_UART_FDR_OFFSET, (1<