[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150113171246.76931f81@linux.lan.towertech.it>
Date: Tue, 13 Jan 2015 17:12:46 +0100
From: Alessandro Zummo <a.zummo@...ertech.it>
To: Xunlei Pang <xlpang@....com>
Cc: linux-kernel@...r.kernel.org, John Stultz <john.stultz@...aro.org>,
Arnd Bergmann <arnd.bergmann@...aro.org>,
rtc-linux@...glegroups.com, Thomas Gleixner <tglx@...utronix.de>,
Xunlei Pang <pang.xunlei@...aro.org>
Subject: Re: [RFC PATCH v2 1/9] rtc: Provide y2038 safe
rtc_class_ops.set_mmss() replacement
On Tue, 13 Jan 2015 23:44:49 +0800
Xunlei Pang <xlpang@....com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists