Linux IIO development
 help / color / mirror / Atom feed
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: jic23@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	William Breathitt Gray <vilhelm.gray@gmail.com>
Subject: [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
Date: Tue,  5 Oct 2021 15:14:37 +0900	[thread overview]
Message-ID: <20211005061437.4846-1-vilhelm.gray@gmail.com> (raw)

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


             reply	other threads:[~2021-10-05  6:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  6:14 William Breathitt Gray [this message]
2021-10-07 15:38 ` [PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211005061437.4846-1-vilhelm.gray@gmail.com \
    --to=vilhelm.gray@gmail.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox