From: "Ilias Apalodimas" <ilias.apalodimas@linaro.org>
To: "Vincent Stehlé" <vincent.stehle@arm.com>, u-boot@lists.denx.de
Cc: "Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Tom Rini" <trini@konsulko.com>
Subject: Re: [PATCH 5/5] efi_selftest: cosmetic: fix spelling in comments
Date: Fri, 20 Feb 2026 09:42:26 +0200 [thread overview]
Message-ID: <DGJMC88FVICX.SS7SO674VQB4@linaro.org> (raw)
In-Reply-To: <20260219184400.257008-6-vincent.stehle@arm.com>
On Thu Feb 19, 2026 at 8:44 PM EET, Vincent Stehlé wrote:
> Fix a few UEFI function names, as well as a typo.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> Cc: Tom Rini <trini@konsulko.com>
> ---
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> lib/efi_selftest/efi_selftest_manageprotocols.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/lib/efi_selftest/efi_selftest_manageprotocols.c b/lib/efi_selftest/efi_selftest_manageprotocols.c
> index f07ff256ce1..a096e8c2b01 100644
> --- a/lib/efi_selftest/efi_selftest_manageprotocols.c
> +++ b/lib/efi_selftest/efi_selftest_manageprotocols.c
> @@ -6,7 +6,7 @@
> *
> * This unit test checks the following protocol services:
> * InstallProtocolInterface, UninstallProtocolInterface,
> - * InstallMultipleProtocolsInterfaces, UninstallMultipleProtocolsInterfaces,
> + * InstallMultipleProtocolInterfaces, UninstallMultipleProtocolInterfaces,
> * HandleProtocol, ProtocolsPerHandle,
> * LocateHandle, LocateHandleBuffer.
> */
> @@ -188,7 +188,7 @@ static int execute(void)
> }
>
> /*
> - * Test error handling in UninstallMultipleProtocols
> + * Test error handling in UninstallMultipleProtocolInterfaces
> *
> * These are the installed protocol interfaces on handle 2:
> *
> @@ -238,7 +238,7 @@ static int execute(void)
> efi_st_error("LocateHandleBuffer failed to locate new handle\n");
> return EFI_ST_FAILURE;
> }
> - /* Clear the buffer, we are reusing it it the next step. */
> + /* Clear the buffer, we are reusing it in the next step. */
> boottime->set_mem(buffer, sizeof(efi_handle_t) * count, 0);
>
> /*
> @@ -287,7 +287,7 @@ static int execute(void)
> }
>
> /*
> - * Test UninstallMultipleProtocols
> + * Test UninstallMultipleProtocolInterfaces
> */
> ret = boottime->uninstall_multiple_protocol_interfaces(
> handle2,
next prev parent reply other threads:[~2026-02-20 7:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 18:43 [PATCH 0/5] efi_selftest: manageprotocols fixes and enhancements Vincent Stehlé
2026-02-19 18:43 ` [PATCH 1/5] efi_selftest: fix buffer overflow Vincent Stehlé
2026-02-20 7:37 ` Ilias Apalodimas
2026-02-24 15:45 ` Heinrich Schuchardt
2026-03-10 17:16 ` Vincent Stehlé
2026-02-19 18:43 ` [PATCH 2/5] efi_selftest: fix buffer overflow and memory leak Vincent Stehlé
2026-02-20 9:10 ` Ilias Apalodimas
2026-02-19 18:43 ` [PATCH 3/5] efi_selftest: remove unnecessary initializations Vincent Stehlé
2026-02-20 7:43 ` Ilias Apalodimas
2026-02-19 18:43 ` [PATCH 4/5] efi_selftest: fix buffer size and count computations Vincent Stehlé
2026-02-20 9:13 ` Ilias Apalodimas
2026-02-19 18:44 ` [PATCH 5/5] efi_selftest: cosmetic: fix spelling in comments Vincent Stehlé
2026-02-20 7:42 ` Ilias Apalodimas [this message]
2026-02-24 15:55 ` Heinrich Schuchardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DGJMC88FVICX.SS7SO674VQB4@linaro.org \
--to=ilias.apalodimas@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vincent.stehle@arm.com \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox