All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ktest.pl: fix english
@ 2016-10-03  8:21 Pavel Machek
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2016-10-03  8:21 UTC (permalink / raw)
  To: kernel list, trivial, rostedt, jpoimboe

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


Ajdust spelling to more common "mandatory". Variant "mandidory" is
certainly wrong.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index d08e214..a5e36b2 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -719,14 +719,14 @@ sub set_value {
 
     if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
 	# Note if a test is something other than build, then we
-	# will need other manditory options.
+	# will need other mandatory options.
 	if ($prvalue ne "install") {
 	    # for bisect, we need to check BISECT_TYPE
 	    if ($prvalue ne "bisect") {
 		$buildonly = 0;
 	    }
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -735,7 +735,7 @@ sub set_value {
 	if ($prvalue ne "install") {
 	    $buildonly = 0;
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -3989,7 +3991,7 @@ sub make_min_config {
 		}
 	    }
 
-	    # Save off all the current mandidory configs
+	    # Save off all the current mandatory configs
 	    open (OUT, ">$temp_config")
 		or die "Can't write to $temp_config";
 	    foreach my $config (keys %keep_configs) {

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [PATCH] ktest.pl: fix english
  2016-10-11  9:59 ` Steven Rostedt
@ 2016-11-03 10:08   ` Pavel Machek
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2016-11-03 10:08 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: kernel list, trivial, jpoimboe, Andrew Morton

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

On Tue 2016-10-11 05:59:58, Steven Rostedt wrote:
> On Tue, 11 Oct 2016 09:30:03 +0200
> Pavel Machek <pavel@ucw.cz> wrote:
> 
> > Ajdust spelling to more common "mandatory". Variant "mandidory" is
> > certainly wrong.
> 
> It was to see who could find Dory.
> 
> This should go through the trivial tree. Thanks!
> 
> Acked-by: Steven Rostedt <rostedt@goodmis.org>

Hmmm. No news on this one. Can you push it through your tree? Or
perhaps Andrew can take it?

Thanks,
								Pavel
								
> -- Steve
> 
> > 
> > Signed-off-by: Pavel Machek <pavel@ucw.cz>
> > 
> > diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> > index d08e214..a5e36b2 100755
> > --- a/tools/testing/ktest/ktest.pl
> > +++ b/tools/testing/ktest/ktest.pl
> > @@ -719,14 +719,14 @@ sub set_value {
> >  
> >      if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
> >  	# Note if a test is something other than build, then we
> > -	# will need other manditory options.
> > +	# will need other mandatory options.
> >  	if ($prvalue ne "install") {
> >  	    # for bisect, we need to check BISECT_TYPE
> >  	    if ($prvalue ne "bisect") {
> >  		$buildonly = 0;
> >  	    }
> >  	} else {
> > -	    # install still limits some manditory options.
> > +	    # install still limits some mandatory options.
> >  	    $buildonly = 2;
> >  	}
> >      }
> > @@ -735,7 +735,7 @@ sub set_value {
> >  	if ($prvalue ne "install") {
> >  	    $buildonly = 0;
> >  	} else {
> > -	    # install still limits some manditory options.
> > +	    # install still limits some mandatory options.
> >  	    $buildonly = 2;
> >  	}
> >      }
> > @@ -3989,7 +3991,7 @@ sub make_min_config {
> >  		}
> >  	    }
> >  
> > -	    # Save off all the current mandidory configs
> > +	    # Save off all the current mandatory configs
> >  	    open (OUT, ">$temp_config")
> >  		or die "Can't write to $temp_config";
> >  	    foreach my $config (keys %keep_configs) {
> > 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [PATCH] ktest.pl: fix english
  2016-10-11  7:30 Pavel Machek
@ 2016-10-11  9:59 ` Steven Rostedt
  2016-11-03 10:08   ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2016-10-11  9:59 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, trivial, jpoimboe, Andrew Morton

On Tue, 11 Oct 2016 09:30:03 +0200
Pavel Machek <pavel@ucw.cz> wrote:

> Ajdust spelling to more common "mandatory". Variant "mandidory" is
> certainly wrong.

It was to see who could find Dory.

This should go through the trivial tree. Thanks!

Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

> 
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
> 
> diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> index d08e214..a5e36b2 100755
> --- a/tools/testing/ktest/ktest.pl
> +++ b/tools/testing/ktest/ktest.pl
> @@ -719,14 +719,14 @@ sub set_value {
>  
>      if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
>  	# Note if a test is something other than build, then we
> -	# will need other manditory options.
> +	# will need other mandatory options.
>  	if ($prvalue ne "install") {
>  	    # for bisect, we need to check BISECT_TYPE
>  	    if ($prvalue ne "bisect") {
>  		$buildonly = 0;
>  	    }
>  	} else {
> -	    # install still limits some manditory options.
> +	    # install still limits some mandatory options.
>  	    $buildonly = 2;
>  	}
>      }
> @@ -735,7 +735,7 @@ sub set_value {
>  	if ($prvalue ne "install") {
>  	    $buildonly = 0;
>  	} else {
> -	    # install still limits some manditory options.
> +	    # install still limits some mandatory options.
>  	    $buildonly = 2;
>  	}
>      }
> @@ -3989,7 +3991,7 @@ sub make_min_config {
>  		}
>  	    }
>  
> -	    # Save off all the current mandidory configs
> +	    # Save off all the current mandatory configs
>  	    open (OUT, ">$temp_config")
>  		or die "Can't write to $temp_config";
>  	    foreach my $config (keys %keep_configs) {
> 

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

* [PATCH] ktest.pl: fix english
@ 2016-10-11  7:30 Pavel Machek
  2016-10-11  9:59 ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2016-10-11  7:30 UTC (permalink / raw)
  To: kernel list, trivial, rostedt, jpoimboe, Andrew Morton

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


Ajdust spelling to more common "mandatory". Variant "mandidory" is
certainly wrong.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index d08e214..a5e36b2 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -719,14 +719,14 @@ sub set_value {
 
     if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
 	# Note if a test is something other than build, then we
-	# will need other manditory options.
+	# will need other mandatory options.
 	if ($prvalue ne "install") {
 	    # for bisect, we need to check BISECT_TYPE
 	    if ($prvalue ne "bisect") {
 		$buildonly = 0;
 	    }
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -735,7 +735,7 @@ sub set_value {
 	if ($prvalue ne "install") {
 	    $buildonly = 0;
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -3989,7 +3991,7 @@ sub make_min_config {
 		}
 	    }
 
-	    # Save off all the current mandidory configs
+	    # Save off all the current mandatory configs
 	    open (OUT, ">$temp_config")
 		or die "Can't write to $temp_config";
 	    foreach my $config (keys %keep_configs) {

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2016-11-03 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-03  8:21 [PATCH] ktest.pl: fix english Pavel Machek
2016-10-11  7:30 Pavel Machek
2016-10-11  9:59 ` Steven Rostedt
2016-11-03 10:08   ` Pavel Machek

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.