2015-07-13 03:35:55

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] Doc: pps: Fix file name in pps.txt

This patch fix a file name of example code.

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/pps/pps.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.5.0.rc1


2015-07-13 06:23:29

by Rodolfo Giometti

[permalink] [raw]
Subject: Re: [PATCH] Doc: pps: Fix file name in pps.txt

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 <[email protected]>

Signed-off-by: Rodolfo Giometti <[email protected]>

--

HCE Engineering e-mail: [email protected]
GNU/Linux Solutions [email protected]
Linux Device Driver [email protected]
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti
Cosino Project - the quick prototyping embedded system - http://www.cosino.io
Freelance ICT Italia - Consulente ICT Italia - http://www.consulenti-ict.it

2015-07-13 13:21:53

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Doc: pps: Fix file name in pps.txt

On Mon, 13 Jul 2015 08:23:15 +0200
Rodolfo Giometti <[email protected]> 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 <[email protected]>
>
> Signed-off-by: Rodolfo Giometti <[email protected]>

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

Thanks,

jon

2015-07-13 13:25:26

by Rodolfo Giometti

[permalink] [raw]
Subject: Re: [PATCH] Doc: pps: Fix file name in pps.txt

On Mon, Jul 13, 2015 at 07:21:50AM -0600, Jonathan Corbet wrote:
> On Mon, 13 Jul 2015 08:23:15 +0200
> Rodolfo Giometti <[email protected]> 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 <[email protected]>
> >
> > Signed-off-by: Rodolfo Giometti <[email protected]>
>
> Why Signed-off-by? Did you maybe mean Acked-by here?

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

Acked-by: Rodolfo Giometti <[email protected]>

--

HCE Engineering e-mail: [email protected]
GNU/Linux Solutions [email protected]
Linux Device Driver [email protected]
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti
Cosino Project - the quick prototyping embedded system - http://www.cosino.io
Freelance ICT Italia - Consulente ICT Italia - http://www.consulenti-ict.it

2015-07-14 18:36:23

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Doc: pps: Fix file name in pps.txt

On Mon, 13 Jul 2015 12:29:11 +0900
Masanari Iida <[email protected]> wrote:

> This patch fix a file name of example code.

Applied to the docs tree, thanks.

jon