U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] common: fixed linker-list example
@ 2014-04-29 17:16 Mateusz Zalega
  2014-04-29 17:16 ` [U-Boot] [PATCH] mmc: postponed needless timer initialization Mateusz Zalega
  2014-04-29 18:14 ` [U-Boot] [PATCH v2] common: fixed linker-list example Mateusz Zalega
  0 siblings, 2 replies; 8+ messages in thread
From: Mateusz Zalega @ 2014-04-29 17:16 UTC (permalink / raw)
  To: u-boot

Last argument shouldn't be there.

Change-Id: Ie227f4bee2c542b15c1a7089894532366ec89a1d
Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Acked-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
---
Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack
of relevance to other patches.

There were no changes since the first version of this patch.
---
 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

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

end of thread, other threads:[~2014-05-23  8:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 17:16 [U-Boot] [PATCH] common: fixed linker-list example Mateusz Zalega
2014-04-29 17:16 ` [U-Boot] [PATCH] mmc: postponed needless timer initialization Mateusz Zalega
2014-04-29 17:25   ` Pantelis Antoniou
2014-04-29 18:15   ` [U-Boot] [PATCH v2] " Mateusz Zalega
2014-05-22 10:43     ` Lukasz Majewski
2014-05-23  8:21     ` Pantelis Antoniou
2014-04-29 18:14 ` [U-Boot] [PATCH v2] common: fixed linker-list example Mateusz Zalega
2014-05-05  8:27   ` Lukasz Majewski

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