[U-Boot] [PATCH] linker_lists: fix comment

The section name and the C variable name seem to be opposite.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Marek Vasut marex@denx.de ---
include/linker_lists.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linker_lists.h b/include/linker_lists.h index 557e627..507d61b 100644 --- a/include/linker_lists.h +++ b/include/linker_lists.h @@ -28,11 +28,11 @@ * together. Assuming _list and _entry are the list and entry names, * then the corresponding input section name is * - * _u_boot_list + _2_ + @_list + _2_ + @_entry + * .u_boot_list_ + 2_ + @_list + _2_ + @_entry * * and the C variable name is * - * .u_boot_list_ + 2_ + @_list + _2_ + @_entry + * _u_boot_list + _2_ + @_list + _2_ + @_entry * * This ensures uniqueness for both input section and C variable name. *

On Tuesday, September 16, 2014 at 01:21:15 PM, Masahiro Yamada wrote:
The section name and the C variable name seem to be opposite.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Marek Vasut marex@denx.de
Acked-by: Marek Vasut marex@denx.de
Thanks for spotting this :)
Best regards, Marek Vasut

On Tue, Sep 16, 2014 at 08:21:15PM +0900, Masahiro Yamada wrote:
The section name and the C variable name seem to be opposite.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Marek Vasut marex@denx.de Acked-by: Marek Vasut marex@denx.de
Applied to u-boot/master, thanks!
participants (3)
-
Marek Vasut
-
Masahiro Yamada
-
Tom Rini