All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: cmd: setexpr: Fix a typo
@ 2021-02-17  9:04 Bin Meng
  2021-02-18  4:45 ` Simon Glass
  2021-03-16  5:58 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2021-02-17  9:04 UTC (permalink / raw)
  To: u-boot

SETEXPR_TEST is for a new setexpr test, not mem.

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

 test/cmd/setexpr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c
index fd6d869..7067e1f 100644
--- a/test/cmd/setexpr.c
+++ b/test/cmd/setexpr.c
@@ -15,7 +15,7 @@
 
 #define BUF_SIZE	0x100
 
-/* Declare a new mem test */
+/* Declare a new setexpr test */
 #define SETEXPR_TEST(_name, _flags)	UNIT_TEST(_name, _flags, setexpr_test)
 
 /* Test 'setexpr' command with simply setting integers */
-- 
2.7.4

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

* [PATCH] test: cmd: setexpr: Fix a typo
  2021-02-17  9:04 [PATCH] test: cmd: setexpr: Fix a typo Bin Meng
@ 2021-02-18  4:45 ` Simon Glass
  2021-03-16  5:58 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-02-18  4:45 UTC (permalink / raw)
  To: u-boot

On Wed, 17 Feb 2021 at 02:04, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> SETEXPR_TEST is for a new setexpr test, not mem.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  test/cmd/setexpr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Thanks...I have a local patch not yet sent.

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

* [PATCH] test: cmd: setexpr: Fix a typo
  2021-02-17  9:04 [PATCH] test: cmd: setexpr: Fix a typo Bin Meng
  2021-02-18  4:45 ` Simon Glass
@ 2021-03-16  5:58 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-03-16  5:58 UTC (permalink / raw)
  To: u-boot

On Wed, 17 Feb 2021 at 02:04, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> SETEXPR_TEST is for a new setexpr test, not mem.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  test/cmd/setexpr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Thanks...I have a local patch not yet sent.

Applied to u-boot-dm/next, thanks!

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

end of thread, other threads:[~2021-03-16  5:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  9:04 [PATCH] test: cmd: setexpr: Fix a typo Bin Meng
2021-02-18  4:45 ` Simon Glass
2021-03-16  5:58 ` Simon Glass

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.