Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752466AbbEGMGH (ORCPT ); Thu, 7 May 2015 08:06:07 -0400 Received: from down.free-electrons.com ([37.187.137.238]:55081 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752054AbbEGMGE (ORCPT ); Thu, 7 May 2015 08:06:04 -0400 Date: Thu, 7 May 2015 14:06:01 +0200 From: Alexandre Belloni To: Joe Perches Cc: Eddie Huang , Lee Jones , Alessandro Zummo , srv_heupstream@mediatek.com, Samuel Ortiz , Matthias Brugger , Andrew Morton , Greg KH , "David S. Miller" , Mauro Carvalho Chehab , Tejun Heo , linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Sascha Hauer , Tomasz Figa , Tianping Fang Subject: Re: [PATCH v4 2/3] rtc: mediatek: Add MT6397 RTC driver Message-ID: <20150507120601.GH3465@piout.net> References: <1430897022-63357-1-git-send-email-eddie.huang@mediatek.com> <1430897022-63357-3-git-send-email-eddie.huang@mediatek.com> <1430898299.9365.74.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430898299.9365.74.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 33 On 06/05/2015 at 00:44:59 -0700, Joe Perches wrote : > On Wed, 2015-05-06 at 15:23 +0800, Eddie Huang wrote: > > From: Tianping Fang > > trivia: no need to resend now, maybe in a future patch. > > > diff --git a/drivers/rtc/rtc-mt6397.c b/drivers/rtc/rtc-mt6397.c > [] > > +static int mtk_rtc_probe(struct platform_device *pdev) > > +{ > [] > > + ret = request_threaded_irq(rtc->irq, NULL, > > + mtk_rtc_irq_handler_thread, > > + IRQF_ONESHOT | IRQF_TRIGGER_HIGH, > > + "mt6397-rtc", rtc); > > It'd be nicer to align all the statement lines > to that open parenthesis > > I'll fix it up when applying. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- 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/