serial: lpuart: Fix several cosmetic issues
authorBin Meng <bmeng.cn@gmail.com>
Thu, 14 Jan 2016 03:39:01 +0000 (19:39 -0800)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:14 +0000 (19:10 -0700)
commit47f1bfca404ab6d61c7d384183d82a5f9c14d09b
tree6a4f58d0fdb1cb2643c5e9c391f3f010f592372f
parent5ed07cf53ccd47be65b5bcfef7432a75bfbfa65e
serial: lpuart: Fix several cosmetic issues

Clean up the driver codes a little bit, by:
- Use tab instead of space in the macro defines
- Use single line comment whenever possible
- Fix insertion of blank lines

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_lpuart.c