From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/3] KVM: small type cleanups Date: Thu, 11 Jul 2013 10:43:58 +0300 Message-ID: <20130711074358.GC5895@redhat.com> References: <1372271783-18732-1-git-send-email-minipli@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , kvm@vger.kernel.org To: Mathias Krause Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755657Ab3GKHoA (ORCPT ); Thu, 11 Jul 2013 03:44:00 -0400 Content-Disposition: inline In-Reply-To: <1372271783-18732-1-git-send-email-minipli@googlemail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jun 26, 2013 at 08:36:20PM +0200, Mathias Krause wrote: > Hi, > > this small series contains a few type and style cleanups. It has no > impact on the generated code but removes a few small nits from the > code. > > Please apply! > Applied 1 and 3. Thanks. > Thanks, > > Mathias Krause (3): > KVM: VMX: Use proper types to access const arrays > KVM: VMX: Use size_t to store sizeof() values > KVM: x86: Drop useless cast > > arch/x86/kvm/vmx.c | 19 +++++++++---------- > arch/x86/kvm/x86.c | 2 +- > 2 files changed, 10 insertions(+), 11 deletions(-) > > -- > 1.7.10.4 -- Gleb.