Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kanas [mailto:[email protected]]
> Sent: Tuesday, July 10, 2018 7:51 AM
> To: [email protected]; [email protected]; Lu, Wenzhuo
> <[email protected]>; Wu, Jingjing <[email protected]>; Iremonger,
> Bernard <[email protected]>
> Cc: Nithin Dabilpuram <[email protected]>
> Subject: [PATCH 2/2] app/testpmd: fix help string for tm commit cmd
>
> Fixes: 86dd86088506 ("app/testpmd: fix use of uninitialized field")
> Cc: [email protected]
>
> Signed-off-by: Krzysztof Kanas <[email protected]>
> ---
> app/test-pmd/cmdline_tm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/app/test-pmd/cmdline_tm.c b/app/test-pmd/cmdline_tm.c index
> 4f515241703a..09acc1b87293 100644
> --- a/app/test-pmd/cmdline_tm.c
> +++ b/app/test-pmd/cmdline_tm.c
> @@ -2172,7 +2172,7 @@ static void
> cmd_port_tm_hierarchy_commit_parsed(void *parsed_result,
> cmdline_parse_inst_t cmd_port_tm_hierarchy_commit = {
> .f = cmd_port_tm_hierarchy_commit_parsed,
> .data = NULL,
> - .help_str = "Set port tm node shaper profile",
> + .help_str = "Commit port tm hierarchy",
> .tokens = {
> (void *)&cmd_port_tm_hierarchy_commit_port,
> (void *)&cmd_port_tm_hierarchy_commit_tm,
> --
> 2.18.0
check-git-log.sh is giving the following error:
./devtools/check-git-log.sh -1
Wrong 'Fixes' reference:
Fixes: 86dd86088506 ("app/testpmd: fix use of uninitialized field")
Regards,
Bernard.