]> git.ipfire.org Git - thirdparty/grub.git/commit
luks2: Rename source disk variable named "disk" to "source" as in luks.c
authorGlenn Washburn <development@efficientek.com>
Sat, 7 Nov 2020 04:44:23 +0000 (22:44 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 20 Nov 2020 14:33:41 +0000 (15:33 +0100)
commit0eb44d3196bd1a6233b63ba7882dac67b80a2b8e
treeeaadd1f1f7a98714fe23762821cae5f9e4096b08
parentd78ce33e601e3e64ad6ffc0a418d59c13b91edf2
luks2: Rename source disk variable named "disk" to "source" as in luks.c

This makes it more obvious to the reader that the disk referred to is the
source disk, as opposed to say the disk holding the cryptodisk.

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