Re: [PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/16/22 18:37, Patrick Delaunay wrote: The third parameter of dfu_alt_add(), the string description of alternate, is build in stm32prog_alt_add() with a unnecessary character ';' at the end of the string. This separator was required in the first implementation of dfu_alt_add() but is no

Re: [PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter

2022-06-17 Thread Patrice CHOTARD
Hi Patrick On 6/16/22 18:37, Patrick Delaunay wrote: > The third parameter of dfu_alt_add(), the string description of alternate, > is build in stm32prog_alt_add() with a unnecessary character ';' at the > end of the string. > > This separator was required in the first implementation of >

[PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter

2022-06-16 Thread Patrick Delaunay
The third parameter of dfu_alt_add(), the string description of alternate, is build in stm32prog_alt_add() with a unnecessary character ';' at the end of the string. This separator was required in the first implementation of dfu_alt_add() but is no more needed in the current implementation; this