Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753025AbbDGHzY (ORCPT ); Tue, 7 Apr 2015 03:55:24 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:35678 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbbDGHzV (ORCPT ); Tue, 7 Apr 2015 03:55:21 -0400 MIME-Version: 1.0 In-Reply-To: <1428169651.2775.51.camel@perches.com> References: <1428080481-18591-1-git-send-email-mcoquelin.stm32@gmail.com> <1428080481-18591-11-git-send-email-mcoquelin.stm32@gmail.com> <1428083006.13180.35.camel@perches.com> <1428169651.2775.51.camel@perches.com> Date: Tue, 7 Apr 2015 09:55:20 +0200 Message-ID: Subject: Re: [PATCH] checkpatch: Add uart_ops to normally const structs From: Maxime Coquelin To: Joe Perches Cc: Andrew Morton , Andy Whitcroft , Greg Kroah-Hartman , Jiri Slaby , "linux-kernel@vger.kernel.org" , linux-serial 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: 1054 Lines: 33 Hi Joe, 2015-04-04 19:47 GMT+02:00 Joe Perches : > Add another struct to the list of normally const struct types > > Signed-off-by: Joe Perches > --- > > On Fri, 2015-04-03 at 10:43 -0700, Joe Perches wrote: >> On Fri, 2015-04-03 at 19:01 +0200, Maxime Coquelin wrote: >> > This drivers adds support to the STM32 USART controller, which is a >> > standard serial driver. >> trivia: >> > diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c >> [] >> > +static struct uart_ops stm32_uart_ops = { >> could be const >> and it could be updated in a separate patch later too. > > scripts/checkpatch.pl | 1 + > 1 file changed, 1 insertion(+) > For what it's worth, you can add: Acked-by: Maxime Coquelin Regards, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/