Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751545AbdH3NMB (ORCPT ); Wed, 30 Aug 2017 09:12:01 -0400 Received: from 8bytes.org ([81.169.241.247]:41948 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbdH3NMA (ORCPT ); Wed, 30 Aug 2017 09:12:00 -0400 Date: Wed, 30 Aug 2017 15:11:58 +0200 From: Joerg Roedel To: Bhumika Goyal Cc: julia.lawall@lip6.fr, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/ipmmu-vmsa: make ipmmu_gather_ops const Message-ID: <20170830131158.r4rnysunfzfyhk7y@8bytes.org> References: <1503944247-20783-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503944247-20783-1-git-send-email-bhumirks@gmail.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 282 Lines: 9 On Mon, Aug 28, 2017 at 11:47:27PM +0530, Bhumika Goyal wrote: > Make these const as they are not modified anywhere. > > Signed-off-by: Bhumika Goyal > --- > drivers/iommu/ipmmu-vmsa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.