aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rtc.txt
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-03-25 21:03:22 +1030
committerJonathan Corbet <corbet@lwn.net>2019-03-25 10:34:55 -0600
commitc55760806d082ff9947560950cfd6cf180ab491e (patch)
treecaae064ad658f084d75bb8a33bc0d31297641f9f /Documentation/rtc.txt
parentdocs: Clarify the usage and sign-off requirements for Co-developed-by (diff)
downloadlinux-dev-c55760806d082ff9947560950cfd6cf180ab491e.tar.xz
linux-dev-c55760806d082ff9947560950cfd6cf180ab491e.zip
Documentation: rtc: Correct location of rtctest.c
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>
Diffstat (limited to 'Documentation/rtc.txt')
-rw-r--r--Documentation/rtc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt
index a129acf38537..688c95b11919 100644
--- a/Documentation/rtc.txt
+++ b/Documentation/rtc.txt
@@ -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.