projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fbf96
)
common: fixed linker-list example
author
Mateusz Zalega
<m.zalega@samsung.com>
Tue, 29 Apr 2014 18:14:22 +0000
(20:14 +0200)
committer
Lukasz Majewski
<l.majewski@samsung.com>
Mon, 5 May 2014 08:24:13 +0000
(10:24 +0200)
Last argument shouldn't be there.
Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Acked-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
include/linker_lists.h
patch
|
blob
|
history
diff --git
a/include/linker_lists.h
b/include/linker_lists.h
index 997d149b71de2eee294d0595bff34a02dd23fdce..557e6273adb391133d2cd5dc06695f69060ca732 100644
(file)
--- 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,
* };