commit | f5c26c9311ef3ed08cb28cec6f4f510c027983c1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 22 15:16:30 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Sep 30 02:03:23 2022 +0200 |
tree | 8fcead3a97a6a1c2d5a5670c8bc752184d65d7e1 | |
parent | aa5ffb337c74d223d49545a8cb1c0e08f0e65799 [diff] |
efi_selftest: prefix test functions with efi_st_ An upcoming patch set creates a global function flush(). To make debugging easier we should not use the same name for a static function. Rename static functions in the LoadImage() unit test adding an efi_st_ prefix. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>