All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: linux-iio@vger.kernel.org
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: [PATCH 7/8] iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names.
Date: Sun, 14 Mar 2021 16:46:54 +0000	[thread overview]
Message-ID: <20210314164655.408461-8-jic23@kernel.org> (raw)
In-Reply-To: <20210314164655.408461-1-jic23@kernel.org>

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

All extremely obvious so nothing to add to patch title.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 drivers/iio/accel/sca3000.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/iio/accel/sca3000.c b/drivers/iio/accel/sca3000.c
index 467b5fcb81db..cb753a43533c 100644
--- a/drivers/iio/accel/sca3000.c
+++ b/drivers/iio/accel/sca3000.c
@@ -351,7 +351,7 @@ static int __sca3000_unlock_reg_lock(struct sca3000_state *st)
 }
 
 /**
- * sca3000_write_ctrl_reg() write to a lock protect ctrl register
+ * sca3000_write_ctrl_reg() - write to a lock protect ctrl register
  * @st: Driver specific device instance data.
  * @sel: selects which registers we wish to write to
  * @val: the value to be written
@@ -389,7 +389,7 @@ static int sca3000_write_ctrl_reg(struct sca3000_state *st,
 }
 
 /**
- * sca3000_read_ctrl_reg() read from lock protected control register.
+ * sca3000_read_ctrl_reg() - read from lock protected control register.
  * @st: Driver specific device instance data.
  * @ctrl_reg: Which ctrl register do we want to read.
  *
@@ -421,7 +421,7 @@ static int sca3000_read_ctrl_reg(struct sca3000_state *st,
 }
 
 /**
- * sca3000_show_rev() - sysfs interface to read the chip revision number
+ * sca3000_print_rev() - sysfs interface to read the chip revision number
  * @indio_dev: Device instance specific generic IIO data.
  * Driver specific device instance data can be obtained via
  * via iio_priv(indio_dev)
@@ -902,7 +902,7 @@ static int sca3000_read_event_value(struct iio_dev *indio_dev,
 }
 
 /**
- * sca3000_write_value() - control of threshold and period
+ * sca3000_write_event_value() - control of threshold and period
  * @indio_dev: Device instance specific IIO information.
  * @chan: Description of the channel for which the event is being
  * configured.
-- 
2.30.2


  parent reply	other threads:[~2021-03-14 16:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14 16:46 [PATCH 0/8] iio: kernel-doc fixups Jonathan Cameron
2021-03-14 16:46 ` [PATCH 1/8] iio: pressure: zpa2326: kernel-doc fixes Jonathan Cameron
2021-03-15  7:57   ` Alexandru Ardelean
2021-03-14 16:46 ` [PATCH 2/8] iio: adc: ti-adc084s021: kernel-doc fixes, missing function names Jonathan Cameron
2021-03-14 16:46 ` [PATCH 3/8] iio: dac: ad5770r: kernel-doc fix case of letter R wrong in structure name Jonathan Cameron
2021-03-15  7:56   ` Alexandru Ardelean
2021-03-14 16:46 ` [PATCH 4/8] iio: dac: ad5504: fix wrong part number in kernel-doc " Jonathan Cameron
2021-03-14 16:46 ` [PATCH 5/8] iio: adc: cpcap-adc: kernel-doc fix - that should be _ in " Jonathan Cameron
2021-03-14 16:50   ` Tony Lindgren
2021-03-14 16:46 ` [PATCH 6/8] iio: adc: adi-axi-adc: Drop false marking for kernel-doc Jonathan Cameron
2021-03-15  8:00   ` Alexandru Ardelean
2021-03-14 16:46 ` Jonathan Cameron [this message]
2021-03-15  7:58   ` [PATCH 7/8] iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names Alexandru Ardelean
2021-03-14 16:46 ` [PATCH 8/8] iio: buffer: kfifo_buf: kernel-doc, typo in function name Jonathan Cameron
2021-03-15  7:55   ` Alexandru Ardelean
2021-03-14 17:32 ` [PATCH 0/8] iio: kernel-doc fixups Lars-Peter Clausen
2021-03-20 14:28   ` 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=20210314164655.408461-8-jic23@kernel.org \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=linux-iio@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.