From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752773AbbKPDyY (ORCPT ); Sun, 15 Nov 2015 22:54:24 -0500 Received: from mga14.intel.com ([192.55.52.115]:5943 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbbKPDyW (ORCPT ); Sun, 15 Nov 2015 22:54:22 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,300,1444719600"; d="scan'208";a="851524934" Date: Mon, 16 Nov 2015 09:28:05 +0530 From: Vinod Koul To: Julia Lawall Cc: Dan Williams , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH v2] dmaengine: ioatdma: constify dca_ops structures Message-ID: <20151116035805.GD25173@localhost> References: <1447410688-7213-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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