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

Sascha Hauer s.hauer at pengutronix.de
Mon Nov 27 23:29:18 PST 2017


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

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



More information about the barebox mailing list