All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig: streamline_config.pl: Couple of typo fixes
@ 2021-03-26  6:01 Bhaskar Chowdhury
  2021-04-07 12:12 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26  6:01 UTC (permalink / raw)
  To: masahiroy, linux-kbuild, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/configuraton/configuration/
s/orignal/original/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/kconfig/streamline_config.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index 1c78ba49ca99..911c72a2dbc4 100755
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -21,7 +21,7 @@
 #  1. Boot up the kernel that you want to stream line the config on.
 #  2. Change directory to the directory holding the source of the
 #       kernel that you just booted.
-#  3. Copy the configuraton file to this directory as .config
+#  3. Copy the configuration file to this directory as .config
 #  4. Have all your devices that you need modules for connected and
 #      operational (make sure that their corresponding modules are loaded)
 #  5. Run this script redirecting the output to some other file
@@ -481,7 +481,7 @@ sub parse_config_depends
 # The idea is we look at all the configs that select it. If one
 # is already in our list of configs to enable, then there's nothing
 # else to do. If there isn't, we pick the first config that was
-# enabled in the orignal config and use that.
+# enabled in the original config and use that.
 sub parse_config_selects
 {
     my ($config, $p) = @_;
--
2.26.2


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

* Re: [PATCH] kconfig: streamline_config.pl: Couple of typo fixes
  2021-03-26  6:01 [PATCH] kconfig: streamline_config.pl: Couple of typo fixes Bhaskar Chowdhury
@ 2021-04-07 12:12 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2021-04-07 12:12 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Linux Kbuild mailing list, Linux Kernel Mailing List, Randy Dunlap

On Fri, Mar 26, 2021 at 3:03 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> s/configuraton/configuration/
> s/orignal/original/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>


Applied to linux-kbuild. Thanks.



> ---
>  scripts/kconfig/streamline_config.pl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
> index 1c78ba49ca99..911c72a2dbc4 100755
> --- a/scripts/kconfig/streamline_config.pl
> +++ b/scripts/kconfig/streamline_config.pl
> @@ -21,7 +21,7 @@
>  #  1. Boot up the kernel that you want to stream line the config on.
>  #  2. Change directory to the directory holding the source of the
>  #       kernel that you just booted.
> -#  3. Copy the configuraton file to this directory as .config
> +#  3. Copy the configuration file to this directory as .config
>  #  4. Have all your devices that you need modules for connected and
>  #      operational (make sure that their corresponding modules are loaded)
>  #  5. Run this script redirecting the output to some other file
> @@ -481,7 +481,7 @@ sub parse_config_depends
>  # The idea is we look at all the configs that select it. If one
>  # is already in our list of configs to enable, then there's nothing
>  # else to do. If there isn't, we pick the first config that was
> -# enabled in the orignal config and use that.
> +# enabled in the original config and use that.
>  sub parse_config_selects
>  {
>      my ($config, $p) = @_;
> --
> 2.26.2
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2021-04-07 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  6:01 [PATCH] kconfig: streamline_config.pl: Couple of typo fixes Bhaskar Chowdhury
2021-04-07 12:12 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.