Re: [PATCH] common: dfu: Remove leading space characters

2023-06-01 Thread Tom Rini
On Thu, May 18, 2023 at 12:06:23PM +0530, Ravi Gunasekaran wrote: > As per [1], dfu_alt_info is mentioned to be as semicolon separated > string of information on each alternate and the parsing logic in > the dfu.c is based on this. > > Typically, the dfu_alt_info_* is defined in .h files as prepr

[PATCH] common: dfu: Remove leading space characters

2023-05-18 Thread Ravi Gunasekaran
As per [1], dfu_alt_info is mentioned to be as semicolon separated string of information on each alternate and the parsing logic in the dfu.c is based on this. Typically, the dfu_alt_info_* is defined in .h files as preprocessor macros with 'alt' info separated by semicolon. But when dfu_alt_info