[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140711184100.GA4500@netboy>
Date: Fri, 11 Jul 2014 20:41:02 +0200
From: Richard Cochran <richardcochran@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
John Stultz <john.stultz@...aro.org>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [patch 07/55] time64: Add time64.h header and define struct
timespec64
On Fri, Jul 11, 2014 at 01:44:08PM -0000, Thomas Gleixner wrote:
> From: John Stultz <john.stultz@...aro.org>
> +/*
> + * timespec64_add_safe assumes both values are positive and checks
> + * for overflow. It will return TIME_T_MAX if the reutrn would be
^^^^^^
returned value?
> + * smaller then either of the arguments.
> + */
> +extern struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
> + const struct timespec64 rhs);
Thanks,
Richard
--
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