diff mbox

Documentation: editing fixes in test-suite

Message ID 5bf3731a-c3be-e94e-2aaf-4c443e6ed870@infradead.org (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Randy Dunlap Jan. 22, 2018, 5:38 a.m. UTC
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(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Luc Van Oostenryck Jan. 22, 2018, 5:48 a.m. UTC | #1
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>
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Josh Triplett Jan. 22, 2018, 3:31 p.m. UTC | #2
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 !$
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Christopher Li Jan. 23, 2018, 10:59 a.m. UTC | #3
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
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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 !$