From patchwork Tue Apr 30 14:49:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 2505291 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 1AF6EDF2F2 for ; Tue, 30 Apr 2013 14:54:39 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UXBvG-0002Fo-W3; Tue, 30 Apr 2013 14:52:52 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UXBuG-0003C3-70; Tue, 30 Apr 2013 14:51:48 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UXBt1-0002zY-Kc for linux-arm-kernel@lists.infradead.org; Tue, 30 Apr 2013 14:50:34 +0000 Received: by mail-pb0-f48.google.com with SMTP id wy7so295296pbc.21 for ; Tue, 30 Apr 2013 07:50:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=bTc6G7I7L6Z0Ooz5RkGZs6iFJDWK0MlcXsZyLATyLHw=; b=mao87QOnr18KpK1SRq4/rzahiwNmMV1ZpTV2ljugdZpd+N2qxQSo8W+rjh4iWk0NmH DQZcHfw/PGU6xwbKubIcruQpbVdsxAObB9Oe9ebfCGJgnCoKTXo1b4g5jIaePwnfymA0 ZOnEZPlbpbFilPqFBj7Ao4HZmnVONoUGZnEDJxAKFWa2octtcwSG0f1b32OgrF0XDdre ywKQ5XnThamdTX/u+WUfrr+q0E4NSNuVQk3ktMurPvcv9f9ifkTilAmyDOCCfChqnYZU bApG5LJ8JWf88icdFvvQwZp/KWeovKfiTety8rQn/pMojF+B7KHyvKH/EB+gjeVZIRHs r1Xw== X-Received: by 10.66.122.42 with SMTP id lp10mr65645938pab.116.1367333411669; Tue, 30 Apr 2013 07:50:11 -0700 (PDT) Received: from localhost.localdomain (c-67-169-183-77.hsd1.ca.comcast.net. [67.169.183.77]) by mx.google.com with ESMTPSA id cq1sm28799244pbc.13.2013.04.30.07.50.10 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Apr 2013 07:50:11 -0700 (PDT) From: Christoffer Dall To: kvm@vger.kernel.org Subject: [PATCH 14/15] KVM: ARM: Fix spelling in error message Date: Tue, 30 Apr 2013 07:49:35 -0700 Message-Id: <1367333376-30983-15-git-send-email-cdall@cs.columbia.edu> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1367333376-30983-1-git-send-email-cdall@cs.columbia.edu> References: <1367333376-30983-1-git-send-email-cdall@cs.columbia.edu> X-Gm-Message-State: ALoCoQmJ3nMmHBA3sjkydCHrwLY1Mm3OmhhhC4/rjX65NlL36Xo1PI24k9Fq0ndUNipfSBDeyImU X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130430_105032_175431_0FAAB0F5 X-CRM114-Status: GOOD ( 10.34 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Christoffer Dall , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org s/unkown/unknown/ Signed-off-by: Christoffer Dall --- arch/arm/kvm/handle_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c index 26ad173..3d74a0b 100644 --- a/arch/arm/kvm/handle_exit.c +++ b/arch/arm/kvm/handle_exit.c @@ -115,7 +115,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) || !arm_exit_handlers[hsr_ec]) { - kvm_err("Unkown exception class: hsr: %#08x\n", + kvm_err("Unknown exception class: hsr: %#08x\n", (unsigned int)kvm_vcpu_get_hsr(vcpu)); BUG(); }