linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Doc: pps: Fix file name in pps.txt
@ 2015-07-13  3:29 Masanari Iida
  2015-07-13  6:23 ` Rodolfo Giometti
  2015-07-14 18:36 ` Jonathan Corbet
  0 siblings, 2 replies; 5+ messages in thread
From: Masanari Iida @ 2015-07-13  3:29 UTC (permalink / raw)
  To: giometti, corbet, linux-media, linux-kernel; +Cc: Masanari Iida

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

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Doc: pps: Fix file name in pps.txt
  2015-07-13  3:29 [PATCH] Doc: pps: Fix file name in pps.txt Masanari Iida
@ 2015-07-13  6:23 ` Rodolfo Giometti
  2015-07-13 13:21   ` Jonathan Corbet
  2015-07-14 18:36 ` Jonathan Corbet
  1 sibling, 1 reply; 5+ messages in thread
From: Rodolfo Giometti @ 2015-07-13  6:23 UTC (permalink / raw)
  To: Masanari Iida; +Cc: corbet, linux-media, linux-kernel

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>

-- 

HCE Engineering                      e-mail: giometti@hce-engineering.com
GNU/Linux Solutions                          giometti@enneenne.com
Linux Device Driver                          giometti@linux.it
Embedded Systems                     phone:  +39 349 2432127
UNIX programming                     skype:  rodolfo.giometti
Cosino Project - the quick prototyping embedded system - www.cosino.io
Freelance ICT Italia - Consulente ICT Italia - www.consulenti-ict.it

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Doc: pps: Fix file name in pps.txt
  2015-07-13  6:23 ` Rodolfo Giometti
@ 2015-07-13 13:21   ` Jonathan Corbet
  2015-07-13 13:25     ` Rodolfo Giometti
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2015-07-13 13:21 UTC (permalink / raw)
  To: Rodolfo Giometti; +Cc: Masanari Iida, linux-media, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Doc: pps: Fix file name in pps.txt
  2015-07-13 13:21   ` Jonathan Corbet
@ 2015-07-13 13:25     ` Rodolfo Giometti
  0 siblings, 0 replies; 5+ messages in thread
From: Rodolfo Giometti @ 2015-07-13 13:25 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Masanari Iida, linux-media, linux-kernel

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>

-- 

HCE Engineering                      e-mail: giometti@hce-engineering.com
GNU/Linux Solutions                          giometti@enneenne.com
Linux Device Driver                          giometti@linux.it
Embedded Systems                     phone:  +39 349 2432127
UNIX programming                     skype:  rodolfo.giometti
Cosino Project - the quick prototyping embedded system - www.cosino.io
Freelance ICT Italia - Consulente ICT Italia - www.consulenti-ict.it

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Doc: pps: Fix file name in pps.txt
  2015-07-13  3:29 [PATCH] Doc: pps: Fix file name in pps.txt Masanari Iida
  2015-07-13  6:23 ` Rodolfo Giometti
@ 2015-07-14 18:36 ` Jonathan Corbet
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2015-07-14 18:36 UTC (permalink / raw)
  To: Masanari Iida; +Cc: giometti, linux-media, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-14 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13  3:29 [PATCH] Doc: pps: Fix file name in pps.txt Masanari Iida
2015-07-13  6:23 ` Rodolfo Giometti
2015-07-13 13:21   ` Jonathan Corbet
2015-07-13 13:25     ` Rodolfo Giometti
2015-07-14 18:36 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).