All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tool: selftests: fix spelling typo of 'writting'
@ 2020-11-07  9:19 Wang Qing
  2020-11-07 10:44 ` Mike Rapoport
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Qing @ 2020-11-07  9:19 UTC (permalink / raw)
  To: Shuah Khan, Peter Xu, Andrew Morton, Joe Perches, Wang Qing,
	Mike Rapoport, linux-kselftest, linux-kernel

writting -> writing

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 tools/testing/selftests/vm/userfaultfd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c
index 9b0912a..9132fae7
--- a/tools/testing/selftests/vm/userfaultfd.c
+++ b/tools/testing/selftests/vm/userfaultfd.c
@@ -894,7 +894,7 @@ static int faulting_process(int signal_test)
 				count_verify[nr]);
 	        }
 		/*
-		 * Trigger write protection if there is by writting
+		 * Trigger write protection if there is by writing
 		 * the same value back.
 		 */
 		*area_count(area_dst, nr) = count;
@@ -922,7 +922,7 @@ static int faulting_process(int signal_test)
 				count_verify[nr]); exit(1);
 		}
 		/*
-		 * Trigger write protection if there is by writting
+		 * Trigger write protection if there is by writing
 		 * the same value back.
 		 */
 		*area_count(area_dst, nr) = count;
-- 
2.7.4


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

* Re: [PATCH] tool: selftests: fix spelling typo of 'writting'
  2020-11-07  9:19 [PATCH] tool: selftests: fix spelling typo of 'writting' Wang Qing
@ 2020-11-07 10:44 ` Mike Rapoport
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Rapoport @ 2020-11-07 10:44 UTC (permalink / raw)
  To: Wang Qing
  Cc: Shuah Khan, Peter Xu, Andrew Morton, Joe Perches, Mike Rapoport,
	linux-kselftest, linux-kernel

On Sat, Nov 07, 2020 at 05:19:35PM +0800, Wang Qing wrote:
> writting -> writing
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>

Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>

> ---
>  tools/testing/selftests/vm/userfaultfd.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c
> index 9b0912a..9132fae7
> --- a/tools/testing/selftests/vm/userfaultfd.c
> +++ b/tools/testing/selftests/vm/userfaultfd.c
> @@ -894,7 +894,7 @@ static int faulting_process(int signal_test)
>  				count_verify[nr]);
>  	        }
>  		/*
> -		 * Trigger write protection if there is by writting
> +		 * Trigger write protection if there is by writing
>  		 * the same value back.
>  		 */
>  		*area_count(area_dst, nr) = count;
> @@ -922,7 +922,7 @@ static int faulting_process(int signal_test)
>  				count_verify[nr]); exit(1);
>  		}
>  		/*
> -		 * Trigger write protection if there is by writting
> +		 * Trigger write protection if there is by writing
>  		 * the same value back.
>  		 */
>  		*area_count(area_dst, nr) = count;
> -- 
> 2.7.4
> 

-- 
Sincerely yours,
Mike.

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

end of thread, other threads:[~2020-11-07 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  9:19 [PATCH] tool: selftests: fix spelling typo of 'writting' Wang Qing
2020-11-07 10:44 ` Mike Rapoport

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.