]> git.ipfire.org Git - thirdparty/grub.git/commit
luks2: Rename index variable "j" to "i" in luks2_get_keyslot()
authorGlenn Washburn <development@efficientek.com>
Sat, 7 Nov 2020 04:44:27 +0000 (22:44 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 20 Nov 2020 14:33:41 +0000 (15:33 +0100)
commit6213184b26689fa2e3db297b54cf4eb1713bcad1
tree85e215ffd849bf0b259ca7b46be431317329f032
parentf36193ddf1d8a29e54d6b7d2a12ce87301038afd
luks2: Rename index variable "j" to "i" in luks2_get_keyslot()

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 <development@efficientek.com>
Reviewed-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/luks2.c