serial: mxc: Code cleanup

- Remove space between #define to macro
- Add tab between macro and value

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Jagan Teki 2017-06-06 05:31:50 +00:00 committed by Stefano Babic
parent 45d97511a9
commit 52c14cabda

View file

@ -212,9 +212,7 @@ static void mxc_serial_putc(const char c)
WATCHDOG_RESET();
}
/*
* Test whether a character is in the RX buffer
*/
/* Test whether a character is in the RX buffer */
static int mxc_serial_tstc(void)
{
/* If receive fifo is empty, return false */
@ -226,7 +224,6 @@ static int mxc_serial_tstc(void)
/*
* Initialise the serial port with the given baudrate. The settings
* are always 8 data bits, no parity, 1 stop bit, no start bits.
*
*/
static int mxc_serial_init(void)
{