Re: [PATCH] stm32mp: stm32prog: Normalise newlines

2021-11-10 Thread Patrice CHOTARD
Hi Patrick On 10/21/21 2:48 PM, Patrick DELAUNAY wrote: > > On 10/13/21 11:56 AM, William Grant wrote: >> The missing trailing newline could confuse check-config.sh if the >> definition of an option was on the first line of the next file that >> find(1) happened to return. >> >> Signed-off-by:

Re: [PATCH] stm32mp: stm32prog: Normalise newlines

2021-10-21 Thread Patrick DELAUNAY
On 10/13/21 11:56 AM, William Grant wrote: The missing trailing newline could confuse check-config.sh if the definition of an option was on the first line of the next file that find(1) happened to return. Signed-off-by: William Grant --- arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig | 3 +--

[PATCH] stm32mp: stm32prog: Normalise newlines

2021-10-13 Thread William Grant
The missing trailing newline could confuse check-config.sh if the definition of an option was on the first line of the next file that find(1) happened to return. Signed-off-by: William Grant --- arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)