[PATCH v6 1/5] eficonfig: refactor eficonfig_select_file_handler()

2022-11-08 Thread Masahisa Kojima
eficonfig_select_file_handler() is commonly used to select the file. eficonfig_display_select_file_option() intends to add the additional menu mainly to clear the selected file information. eficonfig_display_select_file_option() is not necessary for the file selection process, so it should be outsi

Re: [PATCH v6 1/5] eficonfig: refactor eficonfig_select_file_handler()

2022-11-06 Thread Masahisa Kojima
"Hi Ilias, On Sat, 5 Nov 2022 at 00:12, Ilias Apalodimas wrote: > > Hi Kojima-san > > I think there's some information missing from the commit message. > > On Wed, Oct 26, 2022 at 07:43:41PM +0900, Masahisa Kojima wrote: > > eficonfig_select_file_handler() is commonly used to select the > > file.

Re: [PATCH v6 1/5] eficonfig: refactor eficonfig_select_file_handler()

2022-11-04 Thread Ilias Apalodimas
Hi Kojima-san I think there's some information missing from the commit message. On Wed, Oct 26, 2022 at 07:43:41PM +0900, Masahisa Kojima wrote: > eficonfig_select_file_handler() is commonly used to select the > file. > eficonfig_display_select_file_option() intends to add the > additional menu

[PATCH v6 1/5] eficonfig: refactor eficonfig_select_file_handler()

2022-10-26 Thread Masahisa Kojima
eficonfig_select_file_handler() is commonly used to select the file. eficonfig_display_select_file_option() intends to add the additional menu mainly to clear the selected file information. eficonfig_display_select_file_option() is not necessary for the file selection process, so it should be outsi