Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753278AbdHNMke (ORCPT ); Mon, 14 Aug 2017 08:40:34 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:34645 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753196AbdHNMkc (ORCPT ); Mon, 14 Aug 2017 08:40:32 -0400 MIME-Version: 1.0 In-Reply-To: <1502630584-6844-1-git-send-email-bhumirks@gmail.com> References: <1502630584-6844-1-git-send-email-bhumirks@gmail.com> From: Linus Walleij Date: Mon, 14 Aug 2017 14:40:31 +0200 Message-ID: Subject: Re: [PATCH] ste_dma40: make stedma40_chan_cfg const To: Bhumika Goyal Cc: Julia Lawall , Dan Williams , Vinod Koul , "linux-arm-kernel@lists.infradead.org" , dmaengine@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 295 Lines: 11 On Sun, Aug 13, 2017 at 3:23 PM, Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Acked-by: Linus Walleij Yours, Linus Walleij