From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751479AbdGZJ1s (ORCPT ); Wed, 26 Jul 2017 05:27:48 -0400 Received: from 8bytes.org ([81.169.241.247]:53428 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbdGZJ1r (ORCPT ); Wed, 26 Jul 2017 05:27:47 -0400 Date: Wed, 26 Jul 2017 11:27:44 +0200 From: Joerg Roedel To: Dmitry Osipenko Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: Correct iommu_map / iommu_unmap prototypes Message-ID: <20170726092744.GE15833@8bytes.org> References: <20170705172753.24701-1-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170705172753.24701-1-digetx@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 05, 2017 at 08:27:53PM +0300, Dmitry Osipenko wrote: > Commit 7d3002cc8c16 ("iommu/core: split mapping to page sizes as supported > by the hardware") replaced 'int gfp_order' with a 'size_t size' of > iommu_map / iommu_unmap function arguments, but missed the function > prototypes for the disabled CONFIG_IOMMU_API case, let's correct them > for consistency. > > Signed-off-by: Dmitry Osipenko > --- > include/linux/iommu.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.