[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12ae43a7-f5c5-4df7-8a83-41e35228e710@infradead.org>
Date: Sun, 29 Jun 2025 19:25:14 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Masahiro Yamada <masahiroy@...nel.org>, linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/66] kconfig: gconf: remove empty if-block
On 6/24/25 8:04 AM, Masahiro Yamada wrote:
> This if-block is empty.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
>
> scripts/kconfig/gconf.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
> index b2a0208b0a5f..7960c456e3b9 100644
> --- a/scripts/kconfig/gconf.c
> +++ b/scripts/kconfig/gconf.c
> @@ -913,8 +913,6 @@ on_treeview2_key_press_event(GtkWidget * widget,
> gtk_tree_view_expand_row(view, path, FALSE);
> return TRUE;
> }
> - if (event->keyval == GDK_KP_Enter) {
> - }
> if (widget == tree1_w)
> return FALSE;
>
--
~Randy
Powered by blists - more mailing lists