]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: rtc: Correct location of rtctest.c
authorJoel Stanley <joel@jms.id.au>
Mon, 25 Mar 2019 10:33:22 +0000 (21:03 +1030)
committerJonathan Corbet <corbet@lwn.net>
Mon, 25 Mar 2019 16:34:55 +0000 (10:34 -0600)
The useful little rtctest program moved location a while back.

Fixes: a12ab9e125f1 ("selftests: move RTC tests to rtc subfolder")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/rtc.txt

index a129acf385373daea60eff6d9d826e8a8acc5f13..688c95b11919e780fcbe006304433f3b9936b7cd 100644 (file)
@@ -136,5 +136,5 @@ a high functionality RTC is integrated into the SOC.  That system might read
 the system clock from the discrete RTC, but use the integrated one for all
 other tasks, because of its greater functionality.
 
-Check out tools/testing/selftests/timers/rtctest.c for an example usage of the
+Check out tools/testing/selftests/rtc/rtctest.c for an example usage of the
 ioctl interface.