[PATCH] correct simple typo, "plarform_init"

Sascha Hauer s.hauer at pengutronix.de
Mon Dec 3 05:14:18 EST 2012


On Mon, Dec 03, 2012 at 05:05:34AM -0500, Robert P. J. Day wrote:
> 
> Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
> 
> ---
> 
>   no functional change, but it's just an annoying typo. :-)

Applied, thanks.

Sascha

> 
> diff --git a/drivers/base/platform.c b/drivers/base/platform.c
> index ea4e37b..e1a8472 100644
> --- a/drivers/base/platform.c
> +++ b/drivers/base/platform.c
> @@ -76,8 +76,8 @@ struct bus_type platform_bus = {
>  	.remove = platform_remove,
>  };
> 
> -static int plarform_init(void)
> +static int platform_init(void)
>  {
>  	return bus_register(&platform_bus);
>  }
> -pure_initcall(plarform_init);
> +pure_initcall(platform_init);
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> 
> _______________________________________________
> 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