[U-Boot] [PATCH v4 03/13] common: fixed linker-list example
Mateusz Zalega
m.zalega at samsung.com
Tue Apr 15 15:06:51 CEST 2014
Signed-off-by: Mateusz Zalega <m.zalega at samsung.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Tom Rini <trini at ti.com>
Cc: Minkyu Kang <mk7.kang at samsung.com>
---
include/linker_lists.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linker_lists.h b/include/linker_lists.h
index 997d149..557e627 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -228,7 +228,7 @@
* and it's name.
*
* Example:
- * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub, cmd.sub) = {
+ * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub) = {
* .x = 3,
* .y = 4,
* };
--
1.9.0
More information about the U-Boot
mailing list