From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ARM: i.MX: bbu-internal: fix typos
Date: Mon, 27 Nov 2017 07:33:19 +0100 [thread overview]
Message-ID: <20171127063319.20094-1-u.oelmann@pengutronix.de> (raw)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
arch/arm/mach-imx/imx-bbu-internal.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/mach-imx/imx-bbu-internal.c b/arch/arm/mach-imx/imx-bbu-internal.c
index a8433ed901c0..887211d4ca8d 100644
--- a/arch/arm/mach-imx/imx-bbu-internal.c
+++ b/arch/arm/mach-imx/imx-bbu-internal.c
@@ -407,7 +407,7 @@ static int __register_handler(struct imx_internal_bbu_handler *imx_handler)
}
/*
- * Register a i.MX51 internal boot update handler for MMC/SD
+ * Register an i.MX51 internal boot update handler for MMC/SD
*/
int imx51_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
unsigned long flags)
@@ -424,7 +424,7 @@ int imx51_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
}
/*
- * Register a i.MX53 internal boot update handler for MMC/SD
+ * Register an i.MX53 internal boot update handler for MMC/SD
*/
int imx53_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
unsigned long flags)
@@ -441,7 +441,7 @@ int imx53_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
}
/*
- * Register a i.MX53 internal boot update handler for i2c/spi
+ * Register an i.MX53 internal boot update handler for i2c/spi
* EEPROMs / flashes. Nearly the same as MMC/SD, but we do not need to
* keep a partition table. We have to erase the device beforehand though.
*/
@@ -460,7 +460,7 @@ int imx53_bbu_internal_spi_i2c_register_handler(const char *name, char *devicefi
}
/*
- * Register a i.MX53 internal boot update handler for NAND
+ * Register an i.MX53 internal boot update handler for NAND
*/
int imx53_bbu_internal_nand_register_handler(const char *name,
unsigned long flags, int partition_size)
@@ -479,7 +479,7 @@ int imx53_bbu_internal_nand_register_handler(const char *name,
}
/*
- * Register a i.MX6 internal boot update handler for MMC/SD
+ * Register an i.MX6 internal boot update handler for MMC/SD
*/
int imx6_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
unsigned long flags)
@@ -496,7 +496,7 @@ int imx6_bbu_internal_mmc_register_handler(const char *name, char *devicefile,
}
/*
- * Register a i.MX6 internal boot update handler for i2c/spi
+ * Register an i.MX6 internal boot update handler for i2c/spi
* EEPROMs / flashes. Nearly the same as MMC/SD, but we do not need to
* keep a partition table. We have to erase the device beforehand though.
*/
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2017-11-27 6:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-27 6:33 Ulrich Ölmann [this message]
2017-11-28 7:29 ` 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=20171127063319.20094-1-u.oelmann@pengutronix.de \
--to=u.oelmann@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