docs: timekeeping: Use correct prototype for deprecated functions
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Tue, 14 Apr 2020 22:12:22 +0000 (10:12 +1200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 15 Apr 2020 20:48:26 +0000 (14:48 -0600)
commit404e603f1ec8520ca09b606496a55cfdcead4e15
tree1b061cc9ef8bc6a4ba1693b525dcbba0ba0609df
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
docs: timekeeping: Use correct prototype for deprecated functions

Use the correct prototypes for do_gettimeofday(), getnstimeofday() and
getnstimeofday64(). All of these returned void and passed the return
value by reference. This should make the documentation of their
deprecation and replacements easier to search for.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200414221222.23996-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/timekeeping.rst