From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756505AbdABR4N (ORCPT ); Mon, 2 Jan 2017 12:56:13 -0500 Received: from mail-pg0-f47.google.com ([74.125.83.47]:36538 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756103AbdABRye (ORCPT ); Mon, 2 Jan 2017 12:54:34 -0500 Date: Mon, 2 Jan 2017 01:54:55 -0800 From: Bjorn Andersson To: Bhumika Goyal Cc: julia.lawall@lip6.fr, ohad@wizery.com, patrice.chotard@st.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] drivers: remoteproc: constify rproc_ops structures Message-ID: <20170102095455.GA22853@builder> References: <1483267417-7850-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483267417-7850-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun 01 Jan 02:43 PST 2017, Bhumika Goyal wrote: > Declare rproc_ops structures as const as they are only passed as an > argument to the function rproc_alloc. This argument is of type const, so > rproc_ops structures having this property can be declared const too. Thanks Bhumika, applied. Regards, Bjorn