mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
25fbf96b24
commit
af41d6b4cb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
* };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue