From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Mon, 16 Nov 2015 03:54:24 +0000 Subject: Re: [PATCH v2] dmaengine: ioatdma: constify dca_ops structures Message-Id: <20151116035805.GD25173@localhost> List-Id: References: <1447410688-7213-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Dan Williams , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org On Fri, Nov 13, 2015 at 12:46:00PM +0100, Julia Lawall wrote: > The dca_ops structure is never modified, so declare it as const. > > Done with the help of Coccinelle. Applied, thanks -- ~Vinod