Re: [PATCH] board_f: Cosmetic style fix

2023-08-08 Thread Tom Rini
On Sat, Jul 22, 2023 at 12:15:21AM +0800, Bin Meng wrote: > Some coding convention fixes for print_resetinfo(). > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] board_f: Cosmetic style fix

2023-07-22 Thread Simon Glass
On Fri, 21 Jul 2023 at 10:15, Bin Meng wrote: > > Some coding convention fixes for print_resetinfo(). > > Signed-off-by: Bin Meng > --- > > common/board_f.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Reviewed-by: Simon Glass

[PATCH] board_f: Cosmetic style fix

2023-07-21 Thread Bin Meng
Some coding convention fixes for print_resetinfo(). Signed-off-by: Bin Meng --- common/board_f.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index e5969ec9a2..db37522f61 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -148