All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ktest: Fix some typos in config-bisect.pl
@ 2019-07-23  3:24 Masanari Iida
  2019-07-23  3:43 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2019-07-23  3:24 UTC (permalink / raw)
  To: rostedt, linux-kernel, rdunlap; +Cc: Masanari Iida

This patch fixes some spelling typos in config-bisect.pl

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/testing/ktest/config-bisect.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/ktest/config-bisect.pl b/tools/testing/ktest/config-bisect.pl
index 72525426654b..6fd864935319 100755
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
     }
 
     else {
-	die "Unknow option $opt\n";
+	die "Unknown option $opt\n";
     }
 }
 
@@ -732,7 +732,7 @@ if ($start) {
 	}
     }
     run_command "cp $good_start $good" or die "failed to copy to $good\n";
-    run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
+    run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
 } else {
     if ( ! -f $good ) {
 	die "Can not find file $good\n";
-- 
2.22.0.545.g9c9b961d7eb1


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

* Re: [PATCH] ktest: Fix some typos in config-bisect.pl
  2019-07-23  3:24 [PATCH] ktest: Fix some typos in config-bisect.pl Masanari Iida
@ 2019-07-23  3:43 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2019-07-23  3:43 UTC (permalink / raw)
  To: Masanari Iida, rostedt, linux-kernel

On 7/22/19 8:24 PM, Masanari Iida wrote:
> This patch fixes some spelling typos in config-bisect.pl
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

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

Thanks.

> ---
>  tools/testing/ktest/config-bisect.pl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/testing/ktest/config-bisect.pl b/tools/testing/ktest/config-bisect.pl
> index 72525426654b..6fd864935319 100755
> --- a/tools/testing/ktest/config-bisect.pl
> +++ b/tools/testing/ktest/config-bisect.pl
> @@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
>      }
>  
>      else {
> -	die "Unknow option $opt\n";
> +	die "Unknown option $opt\n";
>      }
>  }
>  
> @@ -732,7 +732,7 @@ if ($start) {
>  	}
>      }
>      run_command "cp $good_start $good" or die "failed to copy to $good\n";
> -    run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
> +    run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
>  } else {
>      if ( ! -f $good ) {
>  	die "Can not find file $good\n";
> 


-- 
~Randy

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

end of thread, other threads:[~2019-07-23  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23  3:24 [PATCH] ktest: Fix some typos in config-bisect.pl Masanari Iida
2019-07-23  3:43 ` Randy Dunlap

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.