From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751630AbbLNOpG (ORCPT ); Mon, 14 Dec 2015 09:45:06 -0500 Received: from 8bytes.org ([81.169.241.247]:44241 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbbLNOpD (ORCPT ); Mon, 14 Dec 2015 09:45:03 -0500 Date: Mon, 14 Dec 2015 15:45:00 +0100 From: Joerg Roedel To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] iommu/amd: constify mmu_notifier_ops structures Message-ID: <20151214144500.GA11292@8bytes.org> References: <1448834571-2988-1-git-send-email-Julia.Lawall@lip6.fr> <1448834571-2988-3-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448834571-2988-3-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 29, 2015 at 11:02:50PM +0100, Julia Lawall wrote: > This mmu_notifier_ops structure is never modified, so declare it as > const, like the other mmu_notifier_ops structures. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > The patches in this series are independent of each other. > > drivers/iommu/amd_iommu_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.