mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] correct simple typo, "plarform_init"
@ 2012-12-03 10:05 Robert P. J. Day
  2012-12-03 10:14 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-12-03 10:05 UTC (permalink / raw)
  To: U-Boot Version 2 (barebox)


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  no functional change, but it's just an annoying typo. :-)

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

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

end of thread, other threads:[~2012-12-03 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-03 10:05 [PATCH] correct simple typo, "plarform_init" Robert P. J. Day
2012-12-03 10:14 ` Sascha Hauer

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