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
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
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