On Wed, 2015-05-06 at 15:23 +0800, Eddie Huang wrote:
> From: Tianping Fang <[email protected]>

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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to