diff mbox

Doc: pps: Fix file name in pps.txt

Message ID 1436758151-17073-1-git-send-email-standby24x7@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masanari Iida July 13, 2015, 3:29 a.m. UTC
This patch fix a file name of example code.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/pps/pps.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rodolfo Giometti July 13, 2015, 6:23 a.m. UTC | #1
On Mon, Jul 13, 2015 at 12:29:11PM +0900, Masanari Iida wrote:
> This patch fix a file name of example code.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
Jonathan Corbet July 13, 2015, 1:21 p.m. UTC | #2
On Mon, 13 Jul 2015 08:23:15 +0200
Rodolfo Giometti <giometti@enneenne.com> wrote:

> On Mon, Jul 13, 2015 at 12:29:11PM +0900, Masanari Iida wrote:
> > This patch fix a file name of example code.
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>  
> 
> Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>

Why Signed-off-by?  Did you maybe mean Acked-by here?

Thanks,

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rodolfo Giometti July 13, 2015, 1:25 p.m. UTC | #3
On Mon, Jul 13, 2015 at 07:21:50AM -0600, Jonathan Corbet wrote:
> On Mon, 13 Jul 2015 08:23:15 +0200
> Rodolfo Giometti <giometti@enneenne.com> wrote:
> 
> > On Mon, Jul 13, 2015 at 12:29:11PM +0900, Masanari Iida wrote:
> > > This patch fix a file name of example code.
> > > 
> > > Signed-off-by: Masanari Iida <standby24x7@gmail.com>  
> > 
> > Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
> 
> Why Signed-off-by?  Did you maybe mean Acked-by here?

Yes, you're right... I'm sorry! :(

Acked-by: Rodolfo Giometti <giometti@enneenne.com>
Jonathan Corbet July 14, 2015, 6:36 p.m. UTC | #4
On Mon, 13 Jul 2015 12:29:11 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fix a file name of example code.

Applied to the docs tree, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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