From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Mon, 05 May 2014 10:27:17 +0200 Subject: [U-Boot] [PATCH v2] common: fixed linker-list example In-Reply-To: <1398795262-24203-1-git-send-email-m.zalega@samsung.com> References: <1398791805-23744-1-git-send-email-m.zalega@samsung.com> <1398795262-24203-1-git-send-email-m.zalega@samsung.com> Message-ID: <20140505102717.1a492b23@amdc2363> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mateusz, > Last argument shouldn't be there. > > Signed-off-by: Mateusz Zalega > Acked-by: Marek Vasut > Cc: Tom Rini > --- > Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because > of lack of relevance to other patches. > > v2: > - deleted change-id line from commit message, sorry! Applied to u-boot-dfu. Thanks. > --- > include/linker_lists.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linker_lists.h b/include/linker_lists.h > index 997d149..557e627 100644 > --- 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, > * }; -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group