* [PATCH] kconfig: nconf: Fix typo in function comment
@ 2024-10-19 21:17 Thorsten Blum
2024-10-23 7:54 ` Masahiro Yamada
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2024-10-19 21:17 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: Thorsten Blum, linux-kbuild, linux-kernel
s/handles/handled/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
scripts/kconfig/nconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index 063b4f7ccbdb..c0b2dabf6c89 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -467,7 +467,7 @@ static void handle_f9(int *key, struct menu *current_item)
return;
}
-/* return != 0 to indicate the key was handles */
+/* return != 0 to indicate the key was handled */
static int process_special_keys(int *key, struct menu *menu)
{
int i;
--
2.47.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] kconfig: nconf: Fix typo in function comment
2024-10-19 21:17 [PATCH] kconfig: nconf: Fix typo in function comment Thorsten Blum
@ 2024-10-23 7:54 ` Masahiro Yamada
0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2024-10-23 7:54 UTC (permalink / raw)
To: Thorsten Blum; +Cc: linux-kbuild, linux-kernel
On Sun, Oct 20, 2024 at 6:18 AM Thorsten Blum <thorsten.blum@linux.dev> wrote:
>
> s/handles/handled/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
Applied to linux-kbuild. Thanks.
> scripts/kconfig/nconf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
> index 063b4f7ccbdb..c0b2dabf6c89 100644
> --- a/scripts/kconfig/nconf.c
> +++ b/scripts/kconfig/nconf.c
> @@ -467,7 +467,7 @@ static void handle_f9(int *key, struct menu *current_item)
> return;
> }
>
> -/* return != 0 to indicate the key was handles */
> +/* return != 0 to indicate the key was handled */
> static int process_special_keys(int *key, struct menu *menu)
> {
> int i;
> --
> 2.47.0
>
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-23 7:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 21:17 [PATCH] kconfig: nconf: Fix typo in function comment Thorsten Blum
2024-10-23 7:54 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox