efi_selftest: prefix test functions with efi_st_
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 22 Sep 2022 13:26:43 +0000 (15:26 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 24 Sep 2022 14:47:01 +0000 (10:47 -0400)
commitca0f827dc78aa23d3b898856cbe2727bdec108e2
treedeae446b7b5e7e4e77130ac1bb39846ac4d9b062
parent694e9008674c2008b9ccdc25a9bb3ac078e20911
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>
lib/efi_selftest/efi_selftest_loadimage.c