From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kurz Subject: [PATCH] KVM: PPC: fix typo in top comment about locking Date: Thu, 03 Sep 2015 11:12:59 +0200 Message-ID: <20150903091259.9455.78622.stgit@bahia.huguette.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: trivial@kernel.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Paul Mackerras , Alexander Graf Return-path: Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:34009 "EHLO e06smtp14.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752947AbbICJNI (ORCPT ); Thu, 3 Sep 2015 05:13:08 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Sep 2015 10:13:05 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Greg Kurz --- arch/powerpc/kvm/book3s_xics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c index c6ca7db64673..905e94a1370f 100644 --- a/arch/powerpc/kvm/book3s_xics.c +++ b/arch/powerpc/kvm/book3s_xics.c @@ -41,7 +41,7 @@ * ======= * * Each ICS has a spin lock protecting the information about the IRQ - * sources and avoiding simultaneous deliveries if the same interrupt. + * sources and avoiding simultaneous deliveries of the same interrupt. * * ICP operations are done via a single compare & swap transaction * (most ICP state fits in the union kvmppc_icp_state)