On Tue, Jun 26, 2018 at 7:19 PM, Randy Dunlap rdunlap@infradead.org wrote:
On 06/26/2018 09:03 AM, Arnd Bergmann wrote:
diff --git a/Documentation/core-api/timekeeping.rst b/Documentation/core-api/timekeeping.rst new file mode 100644 index 000000000000..97dafa69dddf --- /dev/null +++ b/Documentation/core-api/timekeeping.rst @@ -0,0 +1,185 @@ +ktime access +============
I would prefer "ktime accessors" or "ktime interfaces", but no big deal.
Ok, changed to "ktime accessors".
+nanosecond, timespec64, and second output +-------------------------------------
Fixed.
Tested-by: Randy Dunlap rdunlap@infradead.org Reviewed-by: Randy Dunlap rdunlap@infradead.org
Thanks!
Arnd