Re: [PATCH] disk: Mark static functions in part_efi.c

2024-10-29 Thread Tom Rini
On Sat, 26 Oct 2024 11:05:53 +0300, Ilias Apalodimas wrote: > Mark all the functions that are only defined locally as static and > quiesce W=1 warnings > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] disk: Mark static functions in part_efi.c

2024-10-27 Thread Heinrich Schuchardt
On 10/26/24 10:05, Ilias Apalodimas wrote: Mark all the functions that are only defined locally as static and quiesce W=1 warnings Signed-off-by: Ilias Apalodimas --- disk/part_efi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c ind

[PATCH] disk: Mark static functions in part_efi.c

2024-10-26 Thread Ilias Apalodimas
Mark all the functions that are only defined locally as static and quiesce W=1 warnings Signed-off-by: Ilias Apalodimas --- disk/part_efi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index 7f04c6ecd69e..cb2fcc2bab2d 100644 --- a/disk