Re: [RESEND PATCH 01/16] serial: usbtty: Fix puts function

2021-02-06 Thread Lukasz Majewski
On Fri, 5 Feb 2021 20:11:57 +0100 Pali Rohár wrote: > This function has incorrect implementation of prepending CR prior LF. > Without this patch it prepended CR prior whole string which is going > to be written and let LF without leading CR. Fix this issue by > inserting CR at correct place to

[RESEND PATCH 01/16] serial: usbtty: Fix puts function

2021-02-05 Thread Pali Rohár
This function has incorrect implementation of prepending CR prior LF. Without this patch it prepended CR prior whole string which is going to be written and let LF without leading CR. Fix this issue by inserting CR at correct place to make output on usbtty serial console more readable.