[U-Boot] [PATCH 2/3] serial: Move carriage return before line feed for some serial drivers
Bin Meng
bmeng.cn at gmail.com
Wed Mar 2 04:36:40 CET 2016
On Wed, Mar 2, 2016 at 11:00 AM, Alison Wang <b18965 at freescale.com> wrote:
> In general, a carriage return needs to execute before a line feed.
> The patch is to change some serial drivers based on this rule, such
> as serial_mxc.c, serial_pxa.c, serial_s3c24x0.c and usbtty.c.
>
> Signed-off-by: Alison Wang <alison.wang at nxp.com>
> ---
> drivers/serial/serial_mxc.c | 8 ++++----
> drivers/serial/serial_pxa.c | 8 ++++----
> drivers/serial/serial_s3c24x0.c | 8 ++++----
> drivers/serial/usbtty.c | 7 ++++---
> 4 files changed, 16 insertions(+), 15 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list