Re: [PATCH] debug_uart: Add CR before and after announce string

2020-07-08 Thread Tom Rini
On Fri, May 15, 2020 at 07:09:03AM +0200, Stefan Roese wrote: > Add linefeeds before and after the announce string. This makes the > output easier to read, especially if some text follows the announce > message without a specific additional CR. > > Signed-off-by: Stefan Roese > Reviewed-by: Bin

Re: [PATCH] debug_uart: Add CR before and after announce string

2020-05-14 Thread Bin Meng
On Fri, May 15, 2020 at 1:09 PM Stefan Roese wrote: > > Add linefeeds before and after the announce string. This makes the > output easier to read, especially if some text follows the announce > message without a specific additional CR. > > Signed-off-by: Stefan Roese > --- > include/debug_uart.

[PATCH] debug_uart: Add CR before and after announce string

2020-05-14 Thread Stefan Roese
Add linefeeds before and after the announce string. This makes the output easier to read, especially if some text follows the announce message without a specific additional CR. Signed-off-by: Stefan Roese --- include/debug_uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git