* [PATCH trivial] KVM: s390: Spelling s/intance/instance/
@ 2015-03-09 20:27 Geert Uytterhoeven
2015-03-10 7:58 ` Christian Borntraeger
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-03-09 20:27 UTC (permalink / raw)
To: Christian Borntraeger, Cornelia Huck, Martin Schwidefsky,
Jiri Kosina
Cc: linux390, linux-s390, kvm, Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/s390/kvm/kvm-s390.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h
index fda3f3146eb636d3..83f32a147d72c0f3 100644
--- a/arch/s390/kvm/kvm-s390.h
+++ b/arch/s390/kvm/kvm-s390.h
@@ -125,7 +125,7 @@ static inline void kvm_s390_set_psw_cc(struct kvm_vcpu *vcpu, unsigned long cc)
vcpu->arch.sie_block->gpsw.mask |= cc << 44;
}
-/* test availability of facility in a kvm intance */
+/* test availability of facility in a kvm instance */
static inline int test_kvm_facility(struct kvm *kvm, unsigned long nr)
{
return __test_facility(nr, kvm->arch.model.fac->mask) &&
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH trivial] KVM: s390: Spelling s/intance/instance/
2015-03-09 20:27 [PATCH trivial] KVM: s390: Spelling s/intance/instance/ Geert Uytterhoeven
@ 2015-03-10 7:58 ` Christian Borntraeger
0 siblings, 0 replies; 2+ messages in thread
From: Christian Borntraeger @ 2015-03-10 7:58 UTC (permalink / raw)
To: Geert Uytterhoeven, Cornelia Huck, Martin Schwidefsky,
Jiri Kosina
Cc: linux390, linux-s390, kvm
Am 09.03.2015 um 21:27 schrieb Geert Uytterhoeven:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/s390/kvm/kvm-s390.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h
> index fda3f3146eb636d3..83f32a147d72c0f3 100644
> --- a/arch/s390/kvm/kvm-s390.h
> +++ b/arch/s390/kvm/kvm-s390.h
> @@ -125,7 +125,7 @@ static inline void kvm_s390_set_psw_cc(struct kvm_vcpu *vcpu, unsigned long cc)
> vcpu->arch.sie_block->gpsw.mask |= cc << 44;
> }
>
> -/* test availability of facility in a kvm intance */
> +/* test availability of facility in a kvm instance */
> static inline int test_kvm_facility(struct kvm *kvm, unsigned long nr)
> {
> return __test_facility(nr, kvm->arch.model.fac->mask) &&
>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-10 7:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 20:27 [PATCH trivial] KVM: s390: Spelling s/intance/instance/ Geert Uytterhoeven
2015-03-10 7:58 ` Christian Borntraeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox