Re: [PATCH v4 07/15] luks2: Rename index variable j to i.

2020-11-16 Thread Daniel Kiper
On Sun, Nov 15, 2020 at 10:44:26AM +0100, Patrick Steinhardt wrote: > On Fri, Nov 06, 2020 at 10:44:27PM -0600, Glenn Washburn wrote: > > Looping variable j was named such because the variable name i was taken. > > Since i has been renamed in the previous patch, we can rename j to i. > > > > Signed

Re: [PATCH v4 07/15] luks2: Rename index variable j to i.

2020-11-15 Thread Patrick Steinhardt
On Fri, Nov 06, 2020 at 10:44:27PM -0600, Glenn Washburn wrote: > Looping variable j was named such because the variable name i was taken. > Since i has been renamed in the previous patch, we can rename j to i. > > Signed-off-by: Glenn Washburn Reviewed-by: Patrick Steinhardt > --- > grub-cor

[PATCH v4 07/15] luks2: Rename index variable j to i.

2020-11-06 Thread Glenn Washburn
Looping variable j was named such because the variable name i was taken. Since i has been renamed in the previous patch, we can rename j to i. Signed-off-by: Glenn Washburn --- grub-core/disk/luks2.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/grub-core