[PATCH] ARM: i.MX: bbu-internal: fix typos

Ulrich Ölmann u.oelmann at pengutronix.de
Sun Nov 26 22:33:19 PST 2017


Signed-off-by: Ulrich Ölmann <u.oelmann at 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




More information about the barebox mailing list