1
0
Fork 0

common: fixed linker-list example

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>
utp
Mateusz Zalega 2014-04-29 20:14:22 +02:00 committed by Lukasz Majewski
parent 25fbf96b24
commit af41d6b4cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,
* };