Re: [RFC PATCH v2 1/9] rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement

From: Alessandro Zummo
Date: Tue Jan 13 2015 - 11:18:03 EST


On Tue, 13 Jan 2015 23:44:49 +0800
Xunlei Pang <xlpang@xxxxxxx> wrote:

> + else if (rtc->ops->set_mmss64) {
> + ;
> +
> + secs64 = rtc_tm_to_time64(tm);

time64_t secs64 = rtc_tm_to_time64(tm);

would do as well. add spaces, variables
and empty lines only when required for readability.

--

Best regards,

Alessandro Zummo,
Tower Technologies - Torino, Italy

http://www.towertech.it

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