]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
common: fixed linker-list example
authorMateusz Zalega <m.zalega@samsung.com>
Tue, 29 Apr 2014 18:14:22 +0000 (20:14 +0200)
committerLukasz 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

index 997d149b71de2eee294d0595bff34a02dd23fdce..557e6273adb391133d2cd5dc06695f69060ca732 100644 (file)
  * 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,
  * };