linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
@ 2021-10-05  6:14 William Breathitt Gray
  2021-10-07 15:38 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: William Breathitt Gray @ 2021-10-05  6:14 UTC (permalink / raw)
  To: jic23; +Cc: linux-kernel, linux-iio, William Breathitt Gray

The counter-chrdev.c file exports the counter_push_event() function.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 Documentation/driver-api/generic-counter.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst
index ae9d3c2079f1..1b487a331467 100644
--- a/Documentation/driver-api/generic-counter.rst
+++ b/Documentation/driver-api/generic-counter.rst
@@ -237,6 +237,9 @@ for defining a counter device.
 .. kernel-doc:: drivers/counter/counter-core.c
    :export:
 
+.. kernel-doc:: drivers/counter/counter-chrdev.c
+   :export:
+
 Driver Implementation
 =====================
 

base-commit: 4c2d124b3c9dade959740e0a842868ca4520cf46
prerequisite-patch-id: afa00fa5e8b34bd71871f41c5542dcfd688d03e0
-- 
2.33.0


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

* Re: [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
  2021-10-05  6:14 [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst William Breathitt Gray
@ 2021-10-07 15:38 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2021-10-07 15:38 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-kernel, linux-iio

On Tue,  5 Oct 2021 15:14:37 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> The counter-chrdev.c file exports the counter_push_event() function.
> 
> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Applied

Thanks,

J
> ---
>  Documentation/driver-api/generic-counter.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst
> index ae9d3c2079f1..1b487a331467 100644
> --- a/Documentation/driver-api/generic-counter.rst
> +++ b/Documentation/driver-api/generic-counter.rst
> @@ -237,6 +237,9 @@ for defining a counter device.
>  .. kernel-doc:: drivers/counter/counter-core.c
>     :export:
>  
> +.. kernel-doc:: drivers/counter/counter-chrdev.c
> +   :export:
> +
>  Driver Implementation
>  =====================
>  
> 
> base-commit: 4c2d124b3c9dade959740e0a842868ca4520cf46
> prerequisite-patch-id: afa00fa5e8b34bd71871f41c5542dcfd688d03e0


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

end of thread, other threads:[~2021-10-07 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  6:14 [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst William Breathitt Gray
2021-10-07 15:38 ` Jonathan Cameron

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