From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: fix typo in copyright notice Date: Thu, 7 Oct 2010 13:20:50 -0300 Message-ID: <20101007162050.GB31784@amt.cnet> References: <20101006142322.15b4aa26@absol.kitzblitz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Nicolas Kaiser Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44617 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752353Ab0JGQZ6 (ORCPT ); Thu, 7 Oct 2010 12:25:58 -0400 Content-Disposition: inline In-Reply-To: <20101006142322.15b4aa26@absol.kitzblitz> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 06, 2010 at 02:23:22PM +0200, Nicolas Kaiser wrote: > Fix typo in copyright notice. > > Signed-off-by: Nicolas Kaiser > --- > arch/x86/kvm/emulate.c | 2 +- > arch/x86/kvm/i8254.c | 2 +- > arch/x86/kvm/i8259.c | 2 +- > arch/x86/kvm/irq.c | 2 +- > arch/x86/kvm/lapic.c | 2 +- > arch/x86/kvm/mmu.c | 2 +- > arch/x86/kvm/mmu_audit.c | 2 +- > arch/x86/kvm/paging_tmpl.h | 2 +- > arch/x86/kvm/svm.c | 2 +- > arch/x86/kvm/timer.c | 2 +- > arch/x86/kvm/vmx.c | 2 +- > arch/x86/kvm/x86.c | 2 +- > virt/kvm/irq_comm.c | 2 +- > virt/kvm/kvm_main.c | 2 +- > 14 files changed, 14 insertions(+), 14 deletions(-) Applied, thanks.