From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TfT2b-0003tm-1M for barebox@lists.infradead.org; Mon, 03 Dec 2012 10:14:21 +0000 Date: Mon, 3 Dec 2012 11:14:18 +0100 From: Sascha Hauer Message-ID: <20121203101418.GR10369@pengutronix.de> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] correct simple typo, "plarform_init" To: "Robert P. J. Day" Cc: "U-Boot Version 2 (barebox)" On Mon, Dec 03, 2012 at 05:05:34AM -0500, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day > > --- > > 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@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