All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] iio: kernel-doc fixups
@ 2021-03-14 16:46 Jonathan Cameron
  2021-03-14 16:46 ` [PATCH 1/8] iio: pressure: zpa2326: kernel-doc fixes Jonathan Cameron
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Jonathan Cameron @ 2021-03-14 16:46 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

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

-- 
2.30.2


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

end of thread, other threads:[~2021-03-20 14:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 7/8] iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names Jonathan Cameron
2021-03-15  7:58   ` 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

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.