All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix syntax error
@ 2021-10-27  9:00 Leo Yu-Chi Liang
  2021-10-27 12:12 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Yu-Chi Liang @ 2021-10-27  9:00 UTC (permalink / raw)
  To: sjg, mr.nuke.me, samuel; +Cc: ycliang, u-boot

This statement has an unmatched parentheses, fix it.

Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
---
 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
+++ b/common/image-board.c
@@ -898,7 +898,7 @@ int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd)
 	debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
 
 #if defined(DEBUG)
-	if (IS_ENABLED(CONFIG_CMD_BDI)
+	if (IS_ENABLED(CONFIG_CMD_BDI))
 		do_bdinfo(NULL, 0, 0, NULL);
 #endif
 
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix syntax error
  2021-10-27  9:00 [PATCH] Fix syntax error Leo Yu-Chi Liang
@ 2021-10-27 12:12 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2021-10-27 12:12 UTC (permalink / raw)
  To: Leo Yu-Chi Liang
  Cc: Simon Glass, Alexandru Gagniuc, Samuel Holland, U-Boot Mailing List

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

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-27 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  9:00 [PATCH] Fix syntax error Leo Yu-Chi Liang
2021-10-27 12:12 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.