Re: [PATCH v8 08/18] luks2: Rename json index variables to names that they are obviously json indexes

2020-12-12 Thread Patrick Steinhardt
On Tue, Dec 08, 2020 at 04:45:39PM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Patrick Steinhardt > --- > grub-core/disk/luks2.c | 30 +++--- > 1 file changed, 15 insertions(+), 15 deletions(-) > > diff --git a/grub-core/disk/luks2.c

Re: [PATCH v8 08/18] luks2: Rename json index variables to names that they are obviously json indexes

2020-12-09 Thread Daniel Kiper
On Tue, Dec 08, 2020 at 04:45:39PM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH v8 08/18] luks2: Rename json index variables to names that they are obviously json indexes

2020-12-08 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/disk/luks2.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/grub-core/disk/luks2.c b/grub-core/disk/luks2.c index b6930b2f5..7e0419a82 100644 --- a/grub-core/disk/luks2.c +++