Re: [PATCH] lib: move phdr increment to for loop heading

2024-08-28 Thread Tom Rini
On Sat, 17 Aug 2024 14:02:22 +0300, Maxim Moskalets wrote: > Shifting this pointer in the loop will be more logical when working > with the code later, because you can see at a glance what exactly > changes at each iteration. Moreover, the code remains equivalent > because this variable is not use

Re: [PATCH] lib: move phdr increment to for loop heading

2024-08-17 Thread Simon Glass
Hi Maxim, On Sat, 17 Aug 2024 at 05:02, Maxim Moskalets wrote: > > Shifting this pointer in the loop will be more logical when working > with the code later, because you can see at a glance what exactly > changes at each iteration. Moreover, the code remains equivalent > because this variable is