2021-10-05 06:17:29

by William Breathitt Gray

[permalink] [raw]
Subject: [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst

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

Signed-off-by: William Breathitt Gray <[email protected]>
---
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


2021-10-07 19:40:45

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst

On Tue, 5 Oct 2021 15:14:37 +0900
William Breathitt Gray <[email protected]> wrote:

> The counter-chrdev.c file exports the counter_push_event() function.
>
> Signed-off-by: William Breathitt Gray <[email protected]>
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