All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: barebox@lists.infradead.org
Subject: [PATCH] edb93xx: Fix comment in edb93xx_console_init()
Date: Wed, 10 Feb 2010 20:57:23 +0100	[thread overview]
Message-ID: <20100210195723.GG374@darwin> (raw)
In-Reply-To: <6e744dd32db7d0d09bf0e429c0dd67768e61e118.1265831572.git.matthias@kaehlcke.net>

edb93xx: Fix comment in edb93xx_console_init()

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
 board/edb93xx/edb93xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/edb93xx/edb93xx.c b/board/edb93xx/edb93xx.c
index 6316988..b0078a5 100644
--- a/board/edb93xx/edb93xx.c
+++ b/board/edb93xx/edb93xx.c
@@ -166,7 +166,7 @@ static int edb93xx_console_init(void)
 	value |= SYSCON_PWRCNT_UART_BAUD;
 	writel(value, &syscon->pwrcnt);
 
-	/* Enable the UART 1 */
+	/* Enable UART1 */
 	value = readl(&syscon->devicecfg);
 	value |= DEVCFG_U1EN;
 	writel(0xAA, &syscon->sysswlock);
-- 
1.6.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

       reply	other threads:[~2010-02-10 19:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6e744dd32db7d0d09bf0e429c0dd67768e61e118.1265831572.git.matthias@kaehlcke.net>
2010-02-10 19:57 ` Matthias Kaehlcke [this message]
2010-02-12  7:13   ` [PATCH] edb93xx: Fix comment in edb93xx_console_init() Sascha Hauer

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=20100210195723.GG374@darwin \
    --to=matthias@kaehlcke.net \
    --cc=barebox@lists.infradead.org \
    /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 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.