public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ramin Zaghi <rzaghi@visualsilicon.com>
To: U-Boot@lists.denx.de
Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3
Date: Fri, 08 Jul 2022 09:02:56 +0100	[thread overview]
Message-ID: <054027bfa1c2424443106050263d82b0@visualsilicon.com> (raw)

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

             reply	other threads:[~2022-07-08 11:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08  8:02 Ramin Zaghi [this message]
2022-07-08 20:22 ` [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 Tom Rini
2022-07-25 21:20 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=054027bfa1c2424443106050263d82b0@visualsilicon.com \
    --to=rzaghi@visualsilicon.com \
    --cc=U-Boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox