Re: [patch 07/55] time64: Add time64.h header and define struct timespec64

From: Richard Cochran
Date: Fri Jul 11 2014 - 14:41:26 EST


On Fri, Jul 11, 2014 at 01:44:08PM -0000, Thomas Gleixner wrote:
> From: John Stultz <john.stultz@xxxxxxxxxx>
> +/*
> + * 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/