linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
@ 2021-02-13 15:32 Bhaskar Chowdhury
  2021-02-13 15:46 ` Randy Dunlap
  2021-02-15  9:08 ` Janosch Frank
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-13 15:32 UTC (permalink / raw)
  To: borntraeger, frankja, david, cohuck, imbrenda, hca, gor, kvm,
	linux-s390, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/oustanding/outstanding/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/s390/kvm/kvm-s390.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
index dbafd057ca6a..1d01afaca9fe 100644
--- a/arch/s390/kvm/kvm-s390.c
+++ b/arch/s390/kvm/kvm-s390.c
@@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
 		/*
 		 * As we are starting a second VCPU, we have to disable
 		 * the IBS facility on all VCPUs to remove potentially
-		 * oustanding ENABLE requests.
+		 * outstanding ENABLE requests.
 		 */
 		__disable_ibs_on_all_vcpus(vcpu->kvm);
 	}
--
2.30.1


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

* Re: [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
  2021-02-13 15:32 [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c Bhaskar Chowdhury
@ 2021-02-13 15:46 ` Randy Dunlap
  2021-02-15  9:08 ` Janosch Frank
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-02-13 15:46 UTC (permalink / raw)
  To: Bhaskar Chowdhury, borntraeger, frankja, david, cohuck, imbrenda,
	hca, gor, kvm, linux-s390, linux-kernel

On 2/13/21 7:32 AM, Bhaskar Chowdhury wrote:
> 
> s/oustanding/outstanding/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/s390/kvm/kvm-s390.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
> index dbafd057ca6a..1d01afaca9fe 100644
> --- a/arch/s390/kvm/kvm-s390.c
> +++ b/arch/s390/kvm/kvm-s390.c
> @@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
>  		/*
>  		 * As we are starting a second VCPU, we have to disable
>  		 * the IBS facility on all VCPUs to remove potentially
> -		 * oustanding ENABLE requests.
> +		 * outstanding ENABLE requests.
>  		 */
>  		__disable_ibs_on_all_vcpus(vcpu->kvm);
>  	}
> --
> 2.30.1
> 


-- 
~Randy


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

* Re: [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
  2021-02-13 15:32 [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c Bhaskar Chowdhury
  2021-02-13 15:46 ` Randy Dunlap
@ 2021-02-15  9:08 ` Janosch Frank
  2021-02-16 13:40   ` Bhaskar Chowdhury
  1 sibling, 1 reply; 4+ messages in thread
From: Janosch Frank @ 2021-02-15  9:08 UTC (permalink / raw)
  To: Bhaskar Chowdhury, borntraeger, david, cohuck, imbrenda, hca,
	gor, kvm, linux-s390, linux-kernel
  Cc: rdunlap


[-- Attachment #1.1: Type: text/plain, Size: 1330 bytes --]

On 2/13/21 4:32 PM, Bhaskar Chowdhury wrote:
> 
> s/oustanding/outstanding/

Hey Bhaskar,

while I do encourage anyone to send in changes I'm not a big fan of
comment fixes if they are only a couple of characters and when the
meaning is still intact despite the spelling mistake.

You're creating more work for me than you had writing this patch and the
improvement is close to zero.

Be warned that I might not pick up such patches in the future.


If you're ok with it I'll fix up the subject to this and pick up the patch:
"kvm: s390: Fix comment spelling in kvm_s390_vcpu_start()"

Cheers,
Janosch

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/s390/kvm/kvm-s390.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
> index dbafd057ca6a..1d01afaca9fe 100644
> --- a/arch/s390/kvm/kvm-s390.c
> +++ b/arch/s390/kvm/kvm-s390.c
> @@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
>  		/*
>  		 * As we are starting a second VCPU, we have to disable
>  		 * the IBS facility on all VCPUs to remove potentially
> -		 * oustanding ENABLE requests.
> +		 * outstanding ENABLE requests.
>  		 */
>  		__disable_ibs_on_all_vcpus(vcpu->kvm);
>  	}
> --
> 2.30.1
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
  2021-02-15  9:08 ` Janosch Frank
@ 2021-02-16 13:40   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-16 13:40 UTC (permalink / raw)
  To: Janosch Frank
  Cc: borntraeger, david, cohuck, imbrenda, hca, gor, kvm, linux-s390,
	linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

On 10:08 Mon 15 Feb 2021, Janosch Frank wrote:
>On 2/13/21 4:32 PM, Bhaskar Chowdhury wrote:
>>
>> s/oustanding/outstanding/
>
>Hey Bhaskar,
>
>while I do encourage anyone to send in changes I'm not a big fan of
>comment fixes if they are only a couple of characters and when the
>meaning is still intact despite the spelling mistake.
>
>You're creating more work for me than you had writing this patch and the
>improvement is close to zero.
>
>Be warned that I might not pick up such patches in the future.
>
>
>If you're ok with it I'll fix up the subject to this and pick up the patch:
>"kvm: s390: Fix comment spelling in kvm_s390_vcpu_start()"
>
Pls do.

>Cheers,
>Janosch
>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  arch/s390/kvm/kvm-s390.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
>> index dbafd057ca6a..1d01afaca9fe 100644
>> --- a/arch/s390/kvm/kvm-s390.c
>> +++ b/arch/s390/kvm/kvm-s390.c
>> @@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
>>  		/*
>>  		 * As we are starting a second VCPU, we have to disable
>>  		 * the IBS facility on all VCPUs to remove potentially
>> -		 * oustanding ENABLE requests.
>> +		 * outstanding ENABLE requests.
>>  		 */
>>  		__disable_ibs_on_all_vcpus(vcpu->kvm);
>>  	}
>> --
>> 2.30.1
>>
>
>




[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-02-16 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13 15:32 [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c Bhaskar Chowdhury
2021-02-13 15:46 ` Randy Dunlap
2021-02-15  9:08 ` Janosch Frank
2021-02-16 13:40   ` Bhaskar Chowdhury

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).