mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull
@ 2012-07-25  7:47 Jean-Christophe PLAGNIOL-VILLARD
  2012-07-25  7:47 ` [PATCH 2/4] complete: add missing EXPORT_SYMBOL for {command, device, empty, command}_var_complete Jean-Christophe PLAGNIOL-VILLARD
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-07-25  7:47 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 lib/vsprintf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 0607db3..d3bd1d3 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -84,7 +84,7 @@ unsigned long long simple_strtoull (const char *cp, char **endp, unsigned int ba
 		*endp = (char *) cp;
 	return result;
 }
-EXPORT_SYMBOL(simple_strtoll);
+EXPORT_SYMBOL(simple_strtoull);
 
 /* we use this so that we can do without the ctype library */
 #define is_digit(c)	((c) >= '0' && (c) <= '9')
-- 
1.7.10.4


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

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

end of thread, other threads:[~2012-07-25  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-25  7:47 [PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull Jean-Christophe PLAGNIOL-VILLARD
2012-07-25  7:47 ` [PATCH 2/4] complete: add missing EXPORT_SYMBOL for {command, device, empty, command}_var_complete Jean-Christophe PLAGNIOL-VILLARD
2012-07-25  7:47 ` [PATCH 3/4] version: add missing EXPORT_SYMBOL for version_string Jean-Christophe PLAGNIOL-VILLARD
2012-07-25  7:47 ` [PATCH 4/4] command: add missing EXPORT_SYMBOL for find_cmd Jean-Christophe PLAGNIOL-VILLARD
2012-07-25  7:53 ` [PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull Sascha Hauer
2012-07-25  8:00   ` Jean-Christophe PLAGNIOL-VILLARD

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