All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3
@ 2022-07-08  8:02 Ramin Zaghi
  2022-07-08 20:22 ` Tom Rini
  2022-07-25 21:20 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ramin Zaghi @ 2022-07-08  8:02 UTC (permalink / raw)
  To: U-Boot

Hi

I've searched a little to find a document that explains how to 
contribute to U-Boot. But couldn't find one. I hope this is the right 
way and who do I CC !?

 From f6cdf2ac9fe6ade663aa7a4ff1b2d1ac38fc2704 Mon Sep 17 00:00:00 2001
 From: Ramin Zaghi <rzaghi@visualSilicon.com>
Date: Fri, 8 Jul 2022 09:00:58 +0100
Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti 
DDR3
command.

Just a spelling mistake.

Signed-off-by: Ramin Zaghi <rzaghi@visualSilicon.com>
---
cmd/ti/ddr3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c
index 
be937a7531d04ae64a1fdb716de8d2164c7fb36b..aaaedfe9735e337f1db4c9f2ce242303157d00c8 
100644
--- a/cmd/ti/ddr3.c
+++ b/cmd/ti/ddr3.c
@@ -286,7 +286,7 @@ static int do_ddr_test(struct cmd_tbl *cmdtp,

if ((argc == 4) && (strncmp(argv[1], "ecc_err", 8) == 0)) {
if (!is_ecc_enabled()) {
- puts("ECC not enabled. Please Enable ECC any try again\n");
+ puts("ECC not enabled. Please Enable ECC and try again\n");
return CMD_RET_FAILURE;
}

-- 
2.33.1

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

* Re: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3
  2022-07-08  8:02 [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 Ramin Zaghi
@ 2022-07-08 20:22 ` Tom Rini
  2022-07-25 21:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-07-08 20:22 UTC (permalink / raw)
  To: Ramin Zaghi; +Cc: U-Boot

[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]

On Fri, Jul 08, 2022 at 09:02:56AM +0100, Ramin Zaghi wrote:

> Hi
> 
> I've searched a little to find a document that explains how to contribute to
> U-Boot. But couldn't find one. I hope this is the right way and who do I CC
> !?

This is the right way, thanks.

> 
> From f6cdf2ac9fe6ade663aa7a4ff1b2d1ac38fc2704 Mon Sep 17 00:00:00 2001
> From: Ramin Zaghi <rzaghi@visualSilicon.com>
> Date: Fri, 8 Jul 2022 09:00:58 +0100
> Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3
> command.
> 
> Just a spelling mistake.
> 
> Signed-off-by: Ramin Zaghi <rzaghi@visualSilicon.com>
> ---
> cmd/ti/ddr3.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c
> index be937a7531d04ae64a1fdb716de8d2164c7fb36b..aaaedfe9735e337f1db4c9f2ce242303157d00c8
> 100644
> --- a/cmd/ti/ddr3.c
> +++ b/cmd/ti/ddr3.c
> @@ -286,7 +286,7 @@ static int do_ddr_test(struct cmd_tbl *cmdtp,
> 
> if ((argc == 4) && (strncmp(argv[1], "ecc_err", 8) == 0)) {
> if (!is_ecc_enabled()) {
> - puts("ECC not enabled. Please Enable ECC any try again\n");
> + puts("ECC not enabled. Please Enable ECC and try again\n");
> return CMD_RET_FAILURE;
> }

Please note that the whitespace was destroyed here, but, it's an obvious
enough change to fix when applying, thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3
  2022-07-08  8:02 [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 Ramin Zaghi
  2022-07-08 20:22 ` Tom Rini
@ 2022-07-25 21:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-07-25 21:20 UTC (permalink / raw)
  To: Ramin Zaghi; +Cc: U-Boot

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]

On Fri, Jul 08, 2022 at 09:02:56AM +0100, Ramin Zaghi wrote:

> Hi
> 
> I've searched a little to find a document that explains how to 
> contribute to U-Boot. But couldn't find one. I hope this is the right 
> way and who do I CC !?
> 
>  From f6cdf2ac9fe6ade663aa7a4ff1b2d1ac38fc2704 Mon Sep 17 00:00:00 2001
>  From: Ramin Zaghi <rzaghi@visualSilicon.com>
> Date: Fri, 8 Jul 2022 09:00:58 +0100
> Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti 
> DDR3
> command.
> 
> Just a spelling mistake.
> 
> Signed-off-by: Ramin Zaghi <rzaghi@visualSilicon.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-07-25 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  8:02 [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 Ramin Zaghi
2022-07-08 20:22 ` Tom Rini
2022-07-25 21:20 ` Tom Rini

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.