commit | 57806128916e0fcb19d512d12f1f5e65442a1919 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 10:18:24 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 11:09:51 2023 +0200 |
tree | b36d05a5421b70bdc4bdd8561f553a30056ed2a0 | |
parent | bd646fc3deeb0c274a7fa61e3727916aadd23dc7 [diff] |
efi_loader: clean up efi_dp_from_file * Improve variable name usage: Use pos instead of buf to indicate the current position in a buffer. * Avoid double assignment in a single code line. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>