linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: editing fixes in test-suite
@ 2018-01-22  5:38 Randy Dunlap
  2018-01-22  5:48 ` Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2018-01-22  5:38 UTC (permalink / raw)
  To: Linux-Sparse, Christopher Li; +Cc: Josh Triplett, Luc Van Oostenryck

From: Randy Dunlap <rdunlap@infradead.org>

Fix typos, grammar, punctuation, and spelling in Documentation/test-suite.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
---
 Documentation/test-suite |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- sprs-2018-0119.orig/Documentation/test-suite
+++ sprs-2018-0119/Documentation/test-suite
@@ -35,7 +35,7 @@ check-output-start / check-output-end (o
 
 check-output-ignore / check-error-ignore (optional)
 	Don't check the expected output (stdout or stderr) of check-command
-	(usefull when this output is not comparable or if you're only interested
+	(useful when this output is not comparable or if you're only interested
 	in the exit value).
 	By default this check is done.
 
@@ -54,8 +54,8 @@ check-output-excludes: <pattern> (option
 	must contains none of the patterns.
 
 check-output-pattern-<nbr>-times: <pattern> (optional)
-	Similar than the contains/excludes her above, but with full control
-	of the number of times the pattern should occurs in the output.
+	Similar to the contains/excludes above, but with full control
+	of the number of times the pattern should occur in the output.
 
 	Using test-suite
 	~~~~~~~~~~~~~~~~
@@ -84,7 +84,7 @@ cmd:
 	"sparse $file".
 
 The output of the test-suite format command can be redirected into the
-test case to create a test-suite formated file.
+test case to create a test-suite formatted file.
 
 $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c
 $ cat !$



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

* Re: [PATCH] Documentation: editing fixes in test-suite
  2018-01-22  5:38 [PATCH] Documentation: editing fixes in test-suite Randy Dunlap
@ 2018-01-22  5:48 ` Luc Van Oostenryck
  2018-01-22 15:31 ` Josh Triplett
  2018-01-23 10:59 ` Christopher Li
  2 siblings, 0 replies; 4+ messages in thread
From: Luc Van Oostenryck @ 2018-01-22  5:48 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux-Sparse, Christopher Li, Josh Triplett

On Sun, Jan 21, 2018 at 09:38:39PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typos, grammar, punctuation, and spelling in Documentation/test-suite.
> 

Thank you for the correction.

Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>

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

* Re: [PATCH] Documentation: editing fixes in test-suite
  2018-01-22  5:38 [PATCH] Documentation: editing fixes in test-suite Randy Dunlap
  2018-01-22  5:48 ` Luc Van Oostenryck
@ 2018-01-22 15:31 ` Josh Triplett
  2018-01-23 10:59 ` Christopher Li
  2 siblings, 0 replies; 4+ messages in thread
From: Josh Triplett @ 2018-01-22 15:31 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux-Sparse, Christopher Li, Luc Van Oostenryck

On Sun, Jan 21, 2018 at 09:38:39PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typos, grammar, punctuation, and spelling in Documentation/test-suite.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
> Cc: Josh Triplett <josh@joshtriplett.org>

Reviewed-by: Josh Triplett <josh@joshtriplett.org>

>  Documentation/test-suite |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> --- sprs-2018-0119.orig/Documentation/test-suite
> +++ sprs-2018-0119/Documentation/test-suite
> @@ -35,7 +35,7 @@ check-output-start / check-output-end (o
>  
>  check-output-ignore / check-error-ignore (optional)
>  	Don't check the expected output (stdout or stderr) of check-command
> -	(usefull when this output is not comparable or if you're only interested
> +	(useful when this output is not comparable or if you're only interested
>  	in the exit value).
>  	By default this check is done.
>  
> @@ -54,8 +54,8 @@ check-output-excludes: <pattern> (option
>  	must contains none of the patterns.
>  
>  check-output-pattern-<nbr>-times: <pattern> (optional)
> -	Similar than the contains/excludes her above, but with full control
> -	of the number of times the pattern should occurs in the output.
> +	Similar to the contains/excludes above, but with full control
> +	of the number of times the pattern should occur in the output.
>  
>  	Using test-suite
>  	~~~~~~~~~~~~~~~~
> @@ -84,7 +84,7 @@ cmd:
>  	"sparse $file".
>  
>  The output of the test-suite format command can be redirected into the
> -test case to create a test-suite formated file.
> +test case to create a test-suite formatted file.
>  
>  $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c
>  $ cat !$
> 
> 

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

* Re: [PATCH] Documentation: editing fixes in test-suite
  2018-01-22  5:38 [PATCH] Documentation: editing fixes in test-suite Randy Dunlap
  2018-01-22  5:48 ` Luc Van Oostenryck
  2018-01-22 15:31 ` Josh Triplett
@ 2018-01-23 10:59 ` Christopher Li
  2 siblings, 0 replies; 4+ messages in thread
From: Christopher Li @ 2018-01-23 10:59 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux-Sparse, Josh Triplett, Luc Van Oostenryck

On Sun, Jan 21, 2018 at 9:38 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix typos, grammar, punctuation, and spelling in Documentation/test-suite.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
> Cc: Josh Triplett <josh@joshtriplett.org>

Thank you. Applied in master.

Chris

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

end of thread, other threads:[~2018-01-23 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22  5:38 [PATCH] Documentation: editing fixes in test-suite Randy Dunlap
2018-01-22  5:48 ` Luc Van Oostenryck
2018-01-22 15:31 ` Josh Triplett
2018-01-23 10:59 ` Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).