From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751499AbcIAVjs (ORCPT ); Thu, 1 Sep 2016 17:39:48 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:35333 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbcIAVjm (ORCPT ); Thu, 1 Sep 2016 17:39:42 -0400 Date: Thu, 1 Sep 2016 20:55:38 +0100 From: Peter Griffin To: Julia Lawall Cc: Patrice Chotard , kernel@stlinux.com, Greg Kroah-Hartman , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org Subject: Re: [STLinux Kernel] [PATCH 1/9] serial: st-asc: constify uart_ops structures Message-ID: <20160901195538.GA19072@griffinp-ThinkPad-X1-Carbon-2nd> References: <1472752298-981-1-git-send-email-Julia.Lawall@lip6.fr> <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472752298-981-2-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 Thu, 01 Sep 2016, Julia Lawall wrote: > Check for uart_ops structures that are only stored in the ops field of a > uart_port structure. This field is declared const, so uart_ops structures > that have this property can be declared as const also. Acked-by: Peter Griffin regards, Peter. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Date: Thu, 01 Sep 2016 19:55:38 +0000 Subject: Re: [STLinux Kernel] [PATCH 1/9] serial: st-asc: constify uart_ops structures Message-Id: <20160901195538.GA19072@griffinp-ThinkPad-X1-Carbon-2nd> List-Id: References: <1472752298-981-1-git-send-email-Julia.Lawall@lip6.fr> <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, 01 Sep 2016, Julia Lawall wrote: > Check for uart_ops structures that are only stored in the ops field of a > uart_port structure. This field is declared const, so uart_ops structures > that have this property can be declared as const also. Acked-by: Peter Griffin regards, Peter. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Subject: Re: [STLinux Kernel] [PATCH 1/9] serial: st-asc: constify uart_ops structures Date: Thu, 1 Sep 2016 20:55:38 +0100 Message-ID: <20160901195538.GA19072@griffinp-ThinkPad-X1-Carbon-2nd> References: <1472752298-981-1-git-send-email-Julia.Lawall@lip6.fr> <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Julia Lawall Cc: kernel@stlinux.com, Greg Kroah-Hartman , kernel-janitors@vger.kernel.org, Patrice Chotard , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On Thu, 01 Sep 2016, Julia Lawall wrote: > Check for uart_ops structures that are only stored in the ops field of a > uart_port structure. This field is declared const, so uart_ops structures > that have this property can be declared as const also. Acked-by: Peter Griffin regards, Peter. From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.griffin@linaro.org (Peter Griffin) Date: Thu, 1 Sep 2016 20:55:38 +0100 Subject: [STLinux Kernel] [PATCH 1/9] serial: st-asc: constify uart_ops structures In-Reply-To: <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> References: <1472752298-981-1-git-send-email-Julia.Lawall@lip6.fr> <1472752298-981-2-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <20160901195538.GA19072@griffinp-ThinkPad-X1-Carbon-2nd> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 01 Sep 2016, Julia Lawall wrote: > Check for uart_ops structures that are only stored in the ops field of a > uart_port structure. This field is declared const, so uart_ops structures > that have this property can be declared as const also. Acked-by: Peter Griffin regards, Peter.