mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] omap/devices-gpmc-nand.c remove repeating words
Date: Tue, 29 Jun 2010 14:32:00 +0200	[thread overview]
Message-ID: <1277814720-1717-1-git-send-email-m.grzeschik@pengutronix.de> (raw)

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 board/omap/devices-gpmc-nand.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/omap/devices-gpmc-nand.c b/board/omap/devices-gpmc-nand.c
index bbcceaf..a25933f 100644
--- a/board/omap/devices-gpmc-nand.c
+++ b/board/omap/devices-gpmc-nand.c
@@ -95,7 +95,7 @@ static struct gpmc_config nand_cfg = {
 	.size = GPMC_SIZE_16M,
 };
 
-/** NAND platform specific settings settings */
+/** NAND platform specific settings */
 static struct gpmc_nand_platform_data nand_plat = {
 	.cs = CONFIG_MACH_OMAP_CS,
 	.device_width = GPMC_NAND_DEV_WIDTH,
@@ -111,7 +111,7 @@ static struct gpmc_nand_platform_data nand_plat = {
 };
 
 /** NAND device definition */
-static struct device_d gpmc_generic_nand_nand_device = {
+static struct device_d gpmc_generic_nand_device = {
 	.name = "gpmc_nand",
 	.map_base = OMAP_GPMC_BASE,
 	.size = 1024 * 4,	/* GPMC size */
@@ -127,7 +127,7 @@ static int gpmc_generic_nand_devices_init(void)
 {
 	/* Configure GPMC CS before register */
 	gpmc_cs_config(nand_plat.cs, &nand_cfg);
-	return register_device(&gpmc_generic_nand_nand_device);
+	return register_device(&gpmc_generic_nand_device);
 }
 
 device_initcall(gpmc_generic_nand_devices_init);
-- 
1.7.1


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

                 reply	other threads:[~2010-06-29 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1277814720-1717-1-git-send-email-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox