Re: [PATCH] Fix syntax error

2021-10-27 Thread Bin Meng
On Wed, Oct 27, 2021 at 5:01 PM Leo Yu-Chi Liang wrote: > > This statement has an unmatched parentheses, fix it. > > Signed-off-by: Leo Yu-Chi Liang > --- > common/image-board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

[PATCH] Fix syntax error

2021-10-27 Thread Leo Yu-Chi Liang
This statement has an unmatched parentheses, fix it. Signed-off-by: Leo Yu-Chi Liang --- common/image-board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/image-board.c b/common/image-board.c index e7660352e9..ddf30c6730 100644 --- a/common/image-board.c +++