Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH V3]  scripts: kconfig: Added static text for search information in help menu
@ 2022-12-17  5:51 Bhaskar Chowdhury
  2022-12-18  6:05 ` Randy Dunlap
  2022-12-23 11:50 ` Nicolas Schier
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2022-12-17  5:51 UTC (permalink / raw)
  To: masahiroy, linux-kbuild, linux-kernel; +Cc: Bhaskar Chowdhury

Reconstructed the sentence for the better readability.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
  Changes from V2: Inducted Randy's suggestion to make it more readable.
 scripts/kconfig/mconf.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 9d3cf510562f..760ebf6c20b1 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -161,6 +161,12 @@ static const char mconf_readme[] =
 "(especially with a larger number of unrolled categories) than the\n"
 "default mode.\n"
 "\n"
+
+"Search\n"
+"-------\n"
+"Pressing the forward-slash (/) anywhere brings up a search dialog box.\n"
+"\n"
+
 "Different color themes available\n"
 "--------------------------------\n"
 "It is possible to select different color themes using the variable\n"
--
2.38.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH V3] scripts: kconfig: Added static text for search information in help menu
  2022-12-17  5:51 [PATCH V3] scripts: kconfig: Added static text for search information in help menu Bhaskar Chowdhury
@ 2022-12-18  6:05 ` Randy Dunlap
  2022-12-23 11:50 ` Nicolas Schier
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2022-12-18  6:05 UTC (permalink / raw)
  To: Bhaskar Chowdhury, masahiroy, linux-kbuild, linux-kernel



On 12/16/22 21:51, Bhaskar Chowdhury wrote:
> Reconstructed the sentence for the better readability.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
>   Changes from V2: Inducted Randy's suggestion to make it more readable.
>  scripts/kconfig/mconf.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
> index 9d3cf510562f..760ebf6c20b1 100644
> --- a/scripts/kconfig/mconf.c
> +++ b/scripts/kconfig/mconf.c
> @@ -161,6 +161,12 @@ static const char mconf_readme[] =
>  "(especially with a larger number of unrolled categories) than the\n"
>  "default mode.\n"
>  "\n"
> +
> +"Search\n"
> +"-------\n"
> +"Pressing the forward-slash (/) anywhere brings up a search dialog box.\n"
> +"\n"
> +
>  "Different color themes available\n"
>  "--------------------------------\n"
>  "It is possible to select different color themes using the variable\n"
> --
> 2.38.1
> 

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH V3]  scripts: kconfig: Added static text for search information in help menu
  2022-12-17  5:51 [PATCH V3] scripts: kconfig: Added static text for search information in help menu Bhaskar Chowdhury
  2022-12-18  6:05 ` Randy Dunlap
@ 2022-12-23 11:50 ` Nicolas Schier
  2022-12-29  2:57   ` Masahiro Yamada
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Schier @ 2022-12-23 11:50 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: masahiroy, linux-kbuild, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

On Sat 17 Dec 2022 11:21:48 GMT, Bhaskar Chowdhury wrote:
> Reconstructed the sentence for the better readability.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

I liked the commit message your v1 much better (minimally changed):
> Add few static text to explain how one can bring up the search dialog box by
> pressing the forward slash key anywhere on this interface.

Would you mind updating it once again?

Kind regards,
Nicolas

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH V3] scripts: kconfig: Added static text for search information in help menu
  2022-12-23 11:50 ` Nicolas Schier
@ 2022-12-29  2:57   ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2022-12-29  2:57 UTC (permalink / raw)
  To: Nicolas Schier; +Cc: Bhaskar Chowdhury, linux-kbuild, linux-kernel

On Fri, Dec 23, 2022 at 8:51 PM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> On Sat 17 Dec 2022 11:21:48 GMT, Bhaskar Chowdhury wrote:
> > Reconstructed the sentence for the better readability.
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
> I liked the commit message your v1 much better (minimally changed):
> > Add few static text to explain how one can bring up the search dialog box by
> > pressing the forward slash key anywhere on this interface.
>
> Would you mind updating it once again?
>
> Kind regards,
> Nicolas



I replaced the commit description with v1's one,
and applied.
Thanks.



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-29  2:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17  5:51 [PATCH V3] scripts: kconfig: Added static text for search information in help menu Bhaskar Chowdhury
2022-12-18  6:05 ` Randy Dunlap
2022-12-23 11:50 ` Nicolas Schier
2022-12-29  2:57   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox