Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbdF0KBk (ORCPT ); Tue, 27 Jun 2017 06:01:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45386 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751569AbdF0KBg (ORCPT ); Tue, 27 Jun 2017 06:01:36 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 00F967D0E7 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=pbonzini@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 00F967D0E7 Subject: Re: [PATCH] KVM: Replaces 'unsigned' with 'unsigned int' in the codebase To: "'Roman Storozhenko" , kvm@vger.kernel.org Cc: christoffer.dall@linaro.org, marc.zyngier@arm.com, rkrcmar@redhat.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org References: <20170627095401.GA19864@home> From: Paolo Bonzini Message-ID: <9b50ee4b-d27a-8872-0cd3-cad8f5f0e0f8@redhat.com> Date: Tue, 27 Jun 2017 12:01:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170627095401.GA19864@home> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 27 Jun 2017 10:01:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 471 Lines: 16 On 27/06/2017 11:54, Roman Storozhenko wrote: > Signed-off-by: Roman Storozhenko > --- > virt/kvm/arm/arm.c | 2 +- > virt/kvm/coalesced_mmio.c | 2 +- > virt/kvm/eventfd.c | 10 ++++++---- > virt/kvm/irqchip.c | 7 ++++--- > virt/kvm/kvm_main.c | 16 ++++++++-------- > 5 files changed, 20 insertions(+), 17 deletions(-) This change is pointless. Contributors to KVM should know what "unsigned" means. Paolo