Re: [PATCH 1/1] efi_selftest: prefix test functions with efi_st_

2022-09-24 Thread Tom Rini
On Thu, Sep 22, 2022 at 03:26:43PM +0200, Heinrich Schuchardt wrote: > 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. >

Re: [PATCH 1/1] efi_selftest: prefix test functions with efi_st_

2022-09-22 Thread Ilias Apalodimas
On Thu, Sep 22, 2022 at 03:26:43PM +0200, Heinrich Schuchardt wrote: > 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. >

[PATCH 1/1] efi_selftest: prefix test functions with efi_st_

2022-09-22 Thread Heinrich Schuchardt
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 --- lib/efi_selftest/efi_selftest_loadimage.