From patchwork Wed Jul 18 06:27:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Sheng X-Patchwork-Id: 171600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id F25632C0337 for ; Wed, 18 Jul 2012 16:27:31 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751542Ab2GRG1a (ORCPT ); Wed, 18 Jul 2012 02:27:30 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:56055 "EHLO e28smtp09.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751204Ab2GRG13 (ORCPT ); Wed, 18 Jul 2012 02:27:29 -0400 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 Jul 2012 11:57:27 +0530 Received: from d28relay01.in.ibm.com (9.184.220.58) by e28smtp09.in.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 18 Jul 2012 11:57:24 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6I6ROgx13697320 for ; Wed, 18 Jul 2012 11:57:24 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6IBuhf6025256 for ; Wed, 18 Jul 2012 21:56:43 +1000 Received: from localhost ([9.123.236.61]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q6IBugId025242; Wed, 18 Jul 2012 21:56:42 +1000 From: Liu Sheng To: linux-pci@vger.kernel.org Cc: Liu Sheng Subject: [PATCH] fix one comment on device_group function in struct iommu_ops Date: Wed, 18 Jul 2012 14:27:18 +0800 Message-Id: <1342592838-17195-1-git-send-email-liusheng@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.7.6 x-cbid: 12071806-2674-0000-0000-00000549FB9C Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org this patch fix one comment on device_group function in struct iommu_ops Signed-off-by: Liu Sheng --- include/linux/iommu.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 450293f..d25e529 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -59,7 +59,7 @@ struct iommu_domain { * @unmap: unmap a physically contiguous memory region from an iommu domain * @iova_to_phys: translate iova to physical address * @domain_has_cap: domain capabilities query - * @commit: commit iommu domain + * @device_group: get the groupid of the device * @pgsize_bitmap: bitmap of supported page sizes */ struct iommu_ops {