mbox series

[0/8] iio: kernel-doc fixups

Message ID 20210314164655.408461-1-jic23@kernel.org (mailing list archive)
Headers show
Series iio: kernel-doc fixups | expand

Message

Jonathan Cameron March 14, 2021, 4:46 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

A bunch of totally trivial kernel-doc fixes from W=1 builds.

Note I've not touched staging drivers as those are a good activity for
anyone who wants to get started working with IIO drivers. I'll post
a specific email about that in a few minutes.

Jonathan Cameron (8):
  iio: pressure: zpa2326: kernel-doc fixes
  iio: adc: ti-adc084s021: kernel-doc fixes, missing function names
  iio: dac: ad5770r: kernel-doc fix case of letter R wrong in structure
    name
  iio: dac: ad5504: fix wrong part number in kernel-doc structure name.
  iio: adc: cpcap-adc: kernel-doc fix - that should be _ in structure
    name
  iio: adc: adi-axi-adc: Drop false marking for kernel-doc
  iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function
    names.
  iio: buffer: kfifo_buf: kernel-doc, typo in function name.

 drivers/iio/accel/sca3000.c     | 8 ++++----
 drivers/iio/adc/adi-axi-adc.c   | 2 +-
 drivers/iio/adc/cpcap-adc.c     | 2 +-
 drivers/iio/adc/ti-adc084s021.c | 4 ++--
 drivers/iio/buffer/kfifo_buf.c  | 2 +-
 drivers/iio/dac/ad5504.c        | 2 +-
 drivers/iio/dac/ad5770r.c       | 2 +-
 drivers/iio/pressure/zpa2326.c  | 4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)

Comments

Lars-Peter Clausen March 14, 2021, 5:32 p.m. UTC | #1
On 3/14/21 5:46 PM, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> A bunch of totally trivial kernel-doc fixes from W=1 builds.
>
> Note I've not touched staging drivers as those are a good activity for
> anyone who wants to get started working with IIO drivers. I'll post
> a specific email about that in a few minutes.

All obviously correct.

Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Jonathan Cameron March 20, 2021, 2:28 p.m. UTC | #2
On Sun, 14 Mar 2021 18:32:17 +0100
Lars-Peter Clausen <lars@metafoo.de> wrote:

> On 3/14/21 5:46 PM, Jonathan Cameron wrote:
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> >
> > A bunch of totally trivial kernel-doc fixes from W=1 builds.
> >
> > Note I've not touched staging drivers as those are a good activity for
> > anyone who wants to get started working with IIO drivers. I'll post
> > a specific email about that in a few minutes.  
> 
> All obviously correct.
> 
> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Thanks,

Series applied to the togreg branch of iio.git and pushed out as testing
for all the normal reasons.

Transitioning to a new laptop, so if anything looks odd let me know.

Jonathan