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
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
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
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
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