All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shuah Khan <shuah@kernel.org>
To: Colin King <colin.king@canonical.com>,
	"Eric W . Biedermane" <ebiederm@xmission.com>,
	Christian Brauner <christian.brauner@ubuntu.com>,
	linux-kselftest@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	Shuah Khan <shuah@kernel.org>
Subject: Re: [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor"
Date: Thu, 10 May 2018 11:29:04 -0600	[thread overview]
Message-ID: <d8829df5-7292-cbe4-7ea4-e580c2de3ba4@kernel.org> (raw)
In-Reply-To: <55d4fa6c-2870-afd4-2506-b7a3d721e711@kernel.org>

On 05/04/2018 01:45 PM, Shuah Khan wrote:
> On 04/29/2018 05:54 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/filesystems/devpts_pts.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
>> index b9055e974289..ea5de8271521 100644
>> --- a/tools/testing/selftests/filesystems/devpts_pts.c
>> +++ b/tools/testing/selftests/filesystems/devpts_pts.c
>> @@ -279,7 +279,7 @@ int main(int argc, char *argv[])
>>  	int ret;
>>  
>>  	if (!isatty(STDIN_FILENO)) {
>> -		fprintf(stderr, "Standard input file desciptor is not attached "
>> +		fprintf(stderr, "Standard input file descriptor is not attached "
>>  				"to a terminal. Skipping test\n");
>>  		exit(EXIT_FAILURE);
>>  	}
>>
> 
> Thanks. I will queue this up for 4.18-rc1
> 
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

thanks,
-- Shuah

WARNING: multiple messages have this Message-ID (diff)
From: Shuah Khan <shuah@kernel.org>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor"
Date: Thu, 10 May 2018 17:29:04 +0000	[thread overview]
Message-ID: <d8829df5-7292-cbe4-7ea4-e580c2de3ba4@kernel.org> (raw)
In-Reply-To: <55d4fa6c-2870-afd4-2506-b7a3d721e711@kernel.org>

On 05/04/2018 01:45 PM, Shuah Khan wrote:
> On 04/29/2018 05:54 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/filesystems/devpts_pts.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
>> index b9055e974289..ea5de8271521 100644
>> --- a/tools/testing/selftests/filesystems/devpts_pts.c
>> +++ b/tools/testing/selftests/filesystems/devpts_pts.c
>> @@ -279,7 +279,7 @@ int main(int argc, char *argv[])
>>  	int ret;
>>  
>>  	if (!isatty(STDIN_FILENO)) {
>> -		fprintf(stderr, "Standard input file desciptor is not attached "
>> +		fprintf(stderr, "Standard input file descriptor is not attached "
>>  				"to a terminal. Skipping test\n");
>>  		exit(EXIT_FAILURE);
>>  	}
>>
> 
> Thanks. I will queue this up for 4.18-rc1
> 
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

thanks,
-- Shuah

WARNING: multiple messages have this Message-ID (diff)
From: shuah at kernel.org (Shuah Khan)
Subject: [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor"
Date: Thu, 10 May 2018 11:29:04 -0600	[thread overview]
Message-ID: <d8829df5-7292-cbe4-7ea4-e580c2de3ba4@kernel.org> (raw)
In-Reply-To: <55d4fa6c-2870-afd4-2506-b7a3d721e711@kernel.org>

On 05/04/2018 01:45 PM, Shuah Khan wrote:
> On 04/29/2018 05:54 AM, Colin King wrote:
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> Trivial fix to spelling mistake in message text
>>
>> Signed-off-by: Colin Ian King <colin.king at canonical.com>
>> ---
>>  tools/testing/selftests/filesystems/devpts_pts.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
>> index b9055e974289..ea5de8271521 100644
>> --- a/tools/testing/selftests/filesystems/devpts_pts.c
>> +++ b/tools/testing/selftests/filesystems/devpts_pts.c
>> @@ -279,7 +279,7 @@ int main(int argc, char *argv[])
>>  	int ret;
>>  
>>  	if (!isatty(STDIN_FILENO)) {
>> -		fprintf(stderr, "Standard input file desciptor is not attached "
>> +		fprintf(stderr, "Standard input file descriptor is not attached "
>>  				"to a terminal. Skipping test\n");
>>  		exit(EXIT_FAILURE);
>>  	}
>>
> 
> Thanks. I will queue this up for 4.18-rc1
> 
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

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

WARNING: multiple messages have this Message-ID (diff)
From: shuah@kernel.org (Shuah Khan)
Subject: [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor"
Date: Thu, 10 May 2018 11:29:04 -0600	[thread overview]
Message-ID: <d8829df5-7292-cbe4-7ea4-e580c2de3ba4@kernel.org> (raw)
Message-ID: <20180510172904.cxwYPkjpdK7jGYX2nzZFr6d4o8HtbCOvhTIgwDiHDus@z> (raw)
In-Reply-To: <55d4fa6c-2870-afd4-2506-b7a3d721e711@kernel.org>

On 05/04/2018 01:45 PM, Shuah Khan wrote:
> On 04/29/2018 05:54 AM, Colin King wrote:
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> Trivial fix to spelling mistake in message text
>>
>> Signed-off-by: Colin Ian King <colin.king at canonical.com>
>> ---
>>  tools/testing/selftests/filesystems/devpts_pts.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
>> index b9055e974289..ea5de8271521 100644
>> --- a/tools/testing/selftests/filesystems/devpts_pts.c
>> +++ b/tools/testing/selftests/filesystems/devpts_pts.c
>> @@ -279,7 +279,7 @@ int main(int argc, char *argv[])
>>  	int ret;
>>  
>>  	if (!isatty(STDIN_FILENO)) {
>> -		fprintf(stderr, "Standard input file desciptor is not attached "
>> +		fprintf(stderr, "Standard input file descriptor is not attached "
>>  				"to a terminal. Skipping test\n");
>>  		exit(EXIT_FAILURE);
>>  	}
>>
> 
> Thanks. I will queue this up for 4.18-rc1
> 
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

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

  reply	other threads:[~2018-05-10 17:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-29 11:54 [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor" Colin King
2018-04-29 11:54 ` Colin King
2018-04-29 11:54 ` colin.king
2018-04-29 11:54 ` Colin King
2018-05-04 19:45 ` Shuah Khan
2018-05-04 19:45   ` Shuah Khan
2018-05-04 19:45   ` shuah
2018-05-04 19:45   ` Shuah Khan
2018-05-10 17:29   ` Shuah Khan [this message]
2018-05-10 17:29     ` Shuah Khan
2018-05-10 17:29     ` shuah
2018-05-10 17:29     ` 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=d8829df5-7292-cbe4-7ea4-e580c2de3ba4@kernel.org \
    --to=shuah@kernel.org \
    --cc=christian.brauner@ubuntu.com \
    --cc=colin.king@canonical.com \
    --cc=ebiederm@xmission.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@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 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.