efi_selftest: prefix test functions with efi_st_
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 22 Sep 2022 13:16:30 +0000 (15:16 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 30 Sep 2022 00:03:23 +0000 (02:03 +0200)
commit0dfc4c84d84bd4f8cfb7ecc18bc7958f20b99a6c
tree8fcead3a97a6a1c2d5a5670c8bc752184d65d7e1
parent0e21943b94a86f8f9d7b95eecd18d18742296b3c
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