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

2020-11-29 Thread Pavel Machek
On Sun 2020-11-29 17:46:06, 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 make

[PATCH 01/13] serial: usbtty: Fix puts function

2020-11-29 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.