kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shuah Khan <shuah@kernel.org>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] selftests: media_tests: fix spelling mistake: "iternations" -> "iterations"
Date: Fri, 04 May 2018 19:42:45 +0000	[thread overview]
Message-ID: <140c4e71-071f-039a-c883-fc664e696402@kernel.org> (raw)
In-Reply-To: <20180502150010.32333-1-colin.king@canonical.com>

On 05/02/2018 09:00 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  tools/testing/selftests/media_tests/media_device_test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/media_tests/media_device_test.c b/tools/testing/selftests/media_tests/media_device_test.c
> index 421a367e4bb3..d8bb1e15d1d9 100644
> --- a/tools/testing/selftests/media_tests/media_device_test.c
> +++ b/tools/testing/selftests/media_tests/media_device_test.c
> @@ -88,7 +88,7 @@ int main(int argc, char **argv)
>  	       "other Oops in the dmesg. Enable KaSan kernel\n"
>  	       "config option for use-after-free error detection.\n\n");
>  
> -	printf("Running test for %d iternations\n", count);
> +	printf("Running test for %d iterations\n", count);
>  
>  	while (count > 0) {
>  		ret = ioctl(fd, MEDIA_IOC_DEVICE_INFO, &mdi);
> 

Thanks. I will queue this for 4.18-rc1

-- Shuah

  reply	other threads:[~2018-05-04 19:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-02 15:00 [PATCH] selftests: media_tests: fix spelling mistake: "iternations" -> "iterations" Colin King
2018-05-04 19:42 ` Shuah Khan [this message]
2018-05-10 17:28   ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=140c4e71-071f-039a-c883-fc664e696402@kernel.org \
    --to=shuah@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).