linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc
@ 2019-07-09  7:54 Marcus Folkesson
  2019-07-09 11:06 ` William Breathitt Gray
  0 siblings, 1 reply; 4+ messages in thread
From: Marcus Folkesson @ 2019-07-09  7:54 UTC (permalink / raw)
  To: William Breathitt Gray, Jonathan Corbet
  Cc: linux-iio, linux-doc, linux-kernel, Marcus Folkesson

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
v2: Correct the other place as well..

 Documentation/driver-api/generic-counter.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst
index 0c161b1a3be6..8382f01a53e3 100644
--- a/Documentation/driver-api/generic-counter.rst
+++ b/Documentation/driver-api/generic-counter.rst
@@ -233,7 +233,7 @@ Userspace Interface
 Several sysfs attributes are generated by the Generic Counter interface,
 and reside under the /sys/bus/counter/devices/counterX directory, where
 counterX refers to the respective counter device. Please see
-Documentation/ABI/testing/sys-bus-counter-generic-sysfs for detailed
+Documentation/ABI/testing/sysfs-bus-counter for detailed
 information on each Generic Counter interface sysfs attribute.
 
 Through these sysfs attributes, programs and scripts may interact with
@@ -325,7 +325,7 @@ sysfs attributes, where Y is the unique ID of the respective Count:
 
 For a more detailed breakdown of the available Generic Counter interface
 sysfs attributes, please refer to the
-Documentation/ABI/testing/sys-bus-counter file.
+Documentation/ABI/testing/sysfs-bus-counter file.
 
 The Signals and Counts associated with the Counter device are registered
 to the system as well by the counter_register function. The
-- 
2.22.0


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

* Re: [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc
  2019-07-09  7:54 [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc Marcus Folkesson
@ 2019-07-09 11:06 ` William Breathitt Gray
  2019-07-09 12:48   ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: William Breathitt Gray @ 2019-07-09 11:06 UTC (permalink / raw)
  To: Jonathan Corbet, Marcus Folkesson; +Cc: linux-iio, linux-doc, linux-kernel

On Tue, Jul 09, 2019 at 09:54:36AM +0200, Marcus Folkesson wrote:
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
> v2: Correct the other place as well..
> 
>  Documentation/driver-api/generic-counter.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst
> index 0c161b1a3be6..8382f01a53e3 100644
> --- a/Documentation/driver-api/generic-counter.rst
> +++ b/Documentation/driver-api/generic-counter.rst
> @@ -233,7 +233,7 @@ Userspace Interface
>  Several sysfs attributes are generated by the Generic Counter interface,
>  and reside under the /sys/bus/counter/devices/counterX directory, where
>  counterX refers to the respective counter device. Please see
> -Documentation/ABI/testing/sys-bus-counter-generic-sysfs for detailed
> +Documentation/ABI/testing/sysfs-bus-counter for detailed
>  information on each Generic Counter interface sysfs attribute.
>  
>  Through these sysfs attributes, programs and scripts may interact with
> @@ -325,7 +325,7 @@ sysfs attributes, where Y is the unique ID of the respective Count:
>  
>  For a more detailed breakdown of the available Generic Counter interface
>  sysfs attributes, please refer to the
> -Documentation/ABI/testing/sys-bus-counter file.
> +Documentation/ABI/testing/sysfs-bus-counter file.
>  
>  The Signals and Counts associated with the Counter device are registered
>  to the system as well by the counter_register function. The
> -- 
> 2.22.0

Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>

Jonathan, would you be able to pick this up in your tree?

Thanks,

William Breathitt Gray

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

* Re: [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc
  2019-07-09 11:06 ` William Breathitt Gray
@ 2019-07-09 12:48   ` Jonathan Corbet
  2019-07-09 12:52     ` William Breathitt Gray
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2019-07-09 12:48 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Marcus Folkesson, linux-iio, linux-doc, linux-kernel

On Tue, 9 Jul 2019 20:06:33 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation")
> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> 
> Jonathan, would you be able to pick this up in your tree?

I can apply it, yes.  But why are you supplying an SOB for it?

Thanks,

jon

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

* Re: [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc
  2019-07-09 12:48   ` Jonathan Corbet
@ 2019-07-09 12:52     ` William Breathitt Gray
  0 siblings, 0 replies; 4+ messages in thread
From: William Breathitt Gray @ 2019-07-09 12:52 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Marcus Folkesson, linux-iio, linux-doc, linux-kernel

On Tue, Jul 09, 2019 at 06:48:45AM -0600, Jonathan Corbet wrote:
> On Tue, 9 Jul 2019 20:06:33 +0900
> William Breathitt Gray <vilhelm.gray@gmail.com> wrote:
> 
> > Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation")
> > Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> > 
> > Jonathan, would you be able to pick this up in your tree?
> 
> I can apply it, yes.  But why are you supplying an SOB for it?
> 
> Thanks,
> 
> jon

I'm sorry, that should be an Acked-by line.

Thanks,

William Breathitt Gray.

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

end of thread, other threads:[~2019-07-09 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09  7:54 [PATCH v2] docs: driver-api: generic-counter: fix file path to ABI doc Marcus Folkesson
2019-07-09 11:06 ` William Breathitt Gray
2019-07-09 12:48   ` Jonathan Corbet
2019-07-09 12:52     ` William Breathitt Gray

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