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

