commit | 16eff6994bf482c114c468702cff36cf187593e8 | [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 | 23f90b79373d738e0539fd0ac3e548f659a549ae [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>