From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:38911 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755203AbcI2TYH (ORCPT ); Thu, 29 Sep 2016 15:24:07 -0400 Date: Thu, 29 Sep 2016 21:24:04 +0200 From: Christoph Hellwig To: Alex Williamson Cc: Christoph Hellwig , hans.verkuil@cisco.com, brking@us.ibm.com, haver@linux.vnet.ibm.com, ching2048@areca.com.tw, axboe@fb.com, kvm@vger.kernel.org, linux-scsi@vger.kernel.org, linux-block@vger.kernel.org, linux-media@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors Message-ID: <20160929192404.GA4964@lst.de> References: <1473600688-24043-1-git-send-email-hch@lst.de> <1473600688-24043-5-git-send-email-hch@lst.de> <20160929132101.248d79c0@t450s.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160929132101.248d79c0@t450s.home> Sender: linux-pci-owner@vger.kernel.org List-ID: On Thu, Sep 29, 2016 at 01:21:01PM -0600, Alex Williamson wrote: > Sorry for the delay, slipped by me. Overall a really nice cleanup. > One tiny nit, the commit log mis-names the function as > pci_irq_allocate_vectors instead of pci_alloc_irq_vectors. With that, > > Acked-by: Alex Williamson > > Let me know if you're wanting me to pull this through my tree, I'm > assuming not. Thanks, Please pull in through your tree. If you can also just fix up that type that'd be even better. Thanks a lot!