diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-07-13 12:29:11 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-07-14 12:35:42 -0600 |
commit | 5d250eeb9d9d2237d49cd284ad35a6707694b88e (patch) | |
tree | 178e6f6743b2125721e6a8a7834e25241bb0a93a | |
parent | 6e7ac7b4ab4d7b4486b4680ebbffbff3b1b0d775 (diff) | |
download | op-kernel-dev-5d250eeb9d9d2237d49cd284ad35a6707694b88e.zip op-kernel-dev-5d250eeb9d9d2237d49cd284ad35a6707694b88e.tar.gz |
Doc: pps: Fix file name in pps.txt
This patch fix a file name of example code.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/pps/pps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pps/pps.txt b/Documentation/pps/pps.txt index c508cce..7cb7264 100644 --- a/Documentation/pps/pps.txt +++ b/Documentation/pps/pps.txt @@ -125,7 +125,7 @@ The same function may also run the defined echo function (pps_ktimer_echo(), passing to it the "ptr" pointer) if the user asked for that... etc.. -Please see the file drivers/pps/clients/ktimer.c for example code. +Please see the file drivers/pps/clients/pps-ktimer.c for example code. SYSFS support |