* [PATCH] kconfig: fix minor typos in comments
@ 2026-07-19 21:05 Julian Braha
2026-07-19 21:56 ` Randy Dunlap
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Julian Braha @ 2026-07-19 21:05 UTC (permalink / raw)
To: nathan, nsc; +Cc: vegard.nossum, kees, linux-kbuild, linux-kernel, Julian Braha
Some typos I noticed:
1. expressoin -> expression
2. A property represent -> A property represents
Signed-off-by: Julian Braha <julianbraha@gmail.com>
---
scripts/kconfig/expr.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 5f900d18dae0..fa3823a97d72 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -38,7 +38,7 @@ union expr_data {
* struct expr - expression
*
* @node: link node for the hash table
- * @type: expressoin type
+ * @type: expression type
* @val: calculated tristate value
* @val_is_valid: indicate whether the value is valid
* @left: left node
@@ -160,7 +160,7 @@ struct symbol {
#define SYMBOL_MAXLENGTH 256
-/* A property represent the config options that can be associated
+/* A property represents the config options that can be associated
* with a config "symbol".
* Sample:
* config FOO
--
2.54.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] kconfig: fix minor typos in comments
2026-07-19 21:05 [PATCH] kconfig: fix minor typos in comments Julian Braha
@ 2026-07-19 21:56 ` Randy Dunlap
2026-07-21 10:52 ` Nicolas Schier
2026-07-23 23:18 ` Nathan Chancellor
2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-07-19 21:56 UTC (permalink / raw)
To: Julian Braha, nathan, nsc; +Cc: vegard.nossum, kees, linux-kbuild, linux-kernel
On 7/19/26 2:05 PM, Julian Braha wrote:
> Some typos I noticed:
> 1. expressoin -> expression
> 2. A property represent -> A property represents
>
> Signed-off-by: Julian Braha <julianbraha@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> scripts/kconfig/expr.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
> index 5f900d18dae0..fa3823a97d72 100644
> --- a/scripts/kconfig/expr.h
> +++ b/scripts/kconfig/expr.h
> @@ -38,7 +38,7 @@ union expr_data {
> * struct expr - expression
> *
> * @node: link node for the hash table
> - * @type: expressoin type
> + * @type: expression type
> * @val: calculated tristate value
> * @val_is_valid: indicate whether the value is valid
> * @left: left node
> @@ -160,7 +160,7 @@ struct symbol {
>
> #define SYMBOL_MAXLENGTH 256
>
> -/* A property represent the config options that can be associated
> +/* A property represents the config options that can be associated
> * with a config "symbol".
> * Sample:
> * config FOO
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] kconfig: fix minor typos in comments
2026-07-19 21:05 [PATCH] kconfig: fix minor typos in comments Julian Braha
2026-07-19 21:56 ` Randy Dunlap
@ 2026-07-21 10:52 ` Nicolas Schier
2026-07-23 23:18 ` Nathan Chancellor
2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Schier @ 2026-07-21 10:52 UTC (permalink / raw)
To: nathan, Julian Braha; +Cc: vegard.nossum, kees, linux-kbuild, linux-kernel
On Sun, 19 Jul 2026 22:05:36 +0100, Julian Braha wrote:
> kconfig: fix minor typos in comments
Applied to kbuild/linux.git (kbuild-next-unstable), thanks!
[1/1] kconfig: fix minor typos in comments
https://git.kernel.org/kbuild/c/0a548a29
Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped,
reverted or modified (e.g. trailers).
Patches applied to the kbuild-next-unstable branch are accepted pending
wider testing in linux-next and any post-commit review; they will
generally be moved to the kbuild-next branch in about a week if no
issues are found.
Best regards,
--
Nicolas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] kconfig: fix minor typos in comments
2026-07-19 21:05 [PATCH] kconfig: fix minor typos in comments Julian Braha
2026-07-19 21:56 ` Randy Dunlap
2026-07-21 10:52 ` Nicolas Schier
@ 2026-07-23 23:18 ` Nathan Chancellor
2 siblings, 0 replies; 4+ messages in thread
From: Nathan Chancellor @ 2026-07-23 23:18 UTC (permalink / raw)
To: Julian Braha; +Cc: nathan, nsc, vegard.nossum, kees, linux-kbuild, linux-kernel
On Sun, 19 Jul 2026 22:05:36 +0100, Julian Braha <julianbraha@gmail.com> wrote:
> Some typos I noticed:
> 1. expressoin -> expression
> 2. A property represent -> A property represents
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
--
Cheers,
Nathan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-23 23:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-19 21:05 [PATCH] kconfig: fix minor typos in comments Julian Braha
2026-07-19 21:56 ` Randy Dunlap
2026-07-21 10:52 ` Nicolas Schier
2026-07-23 23:18 ` Nathan Chancellor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox