]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
time: fix bogus comment in timekeeping_get_ns_raw
authorDan McGee <dpmcgee@gmail.com>
Mon, 17 Oct 2011 18:58:43 +0000 (13:58 -0500)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 22 Nov 2011 03:00:46 +0000 (19:00 -0800)
commitc9fad429d438fdd736ac6816b75d16c4cd626acd
tree165c5edface9e59d4634ff2a5d0e6dd135d9532a
parent367177e50189ab0a983b52f3d3f7eb2a1927db71
time: fix bogus comment in timekeeping_get_ns_raw

The whole point of this function is to return a value not touched by
NTP; unfortunately the comment got copied wholesale without adjustment
from the timekeeping_get_ns function above.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/timekeeping.c