mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX: bbu-internal: fix typos
@ 2017-11-27  6:33 Ulrich Ölmann
  2017-11-28  7:29 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Ölmann @ 2017-11-27  6:33 UTC (permalink / raw)
  To: Barebox List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: i.MX: bbu-internal: fix typos
  2017-11-27  6:33 [PATCH] ARM: i.MX: bbu-internal: fix typos Ulrich Ölmann
@ 2017-11-28  7:29 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-11-28  7:29 UTC (permalink / raw)
  To: Ulrich Ölmann; +Cc: Barebox List

On Mon, Nov 27, 2017 at 07:33:19AM +0100, Ulrich Ölmann wrote:
> 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(-)

Applied, thanks

Sascha

> 
> 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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-28  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27  6:33 [PATCH] ARM: i.MX: bbu-internal: fix typos Ulrich Ölmann
2017-11-28  7:29 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox