From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx08-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1DAB41A02CB for ; Tue, 7 Apr 2015 17:33:22 +1000 (AEST) Message-ID: <552383C2.3050502@st.com> Date: Tue, 7 Apr 2015 09:14:10 +0200 From: Patrice Chotard MIME-Version: 1.0 To: Joe Perches , Stefan Agner Subject: Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations References: <1428169665.2775.53.camel@perches.com> <1428258294.2775.69.camel@perches.com> In-Reply-To: <1428258294.2775.69.camel@perches.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Cc: linux-ia64@vger.kernel.org, kernel@stlinux.com, Nicolas Ferre , Timur Tabi , Pat Gefre , Laxman Dewangan , "Maciej W. Rozycki" , Daniel Walker , sparclinux@vger.kernel.org, Sonic Zhang , Jiri Slaby , Alexandre Courbot , Russell King , Michal Simek , =?windows-1252?Q?S=F6ren_Brinkmann?= , linux-serial@vger.kernel.org, Tobias Klauser , Stephen Warren , linux-arm-msm@vger.kernel.org, adi-buildroot-devel@lists.sourceforge.net, Thadeu Lima de Souza Cascardo , linux-tegra@vger.kernel.org, David Brown , linux-arm-kernel@lists.infradead.org, Maxime Coquelin , Barry Song , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Tony Prisk , Bryan Huntsman , Thierry Reding , =?windows-1252?Q?Uwe_Kleine-K=F6nig?= , Vineet Gupta , nios2-dev@lists.rocketboards.org, linuxppc-dev , "David S. Miller" , Srinivas Kandagatla List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi On 04/05/2015 08:24 PM, Joe Perches wrote: > These structs can be const, so make them const. > > Miscellanea: > > o Add static to struct uart_ops declaration in bfin_sport_uart > > Signed-off-by: Joe Perches > --- [...] for > drivers/tty/serial/st-asc.c | 2 +- Acked-by: Patrice Chotard Thanks