All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging:iio:ad7606: Remove incorrect kernel doc annotations
@ 2018-09-13 11:02 Alexandru Ardelean
  2018-09-13 11:02 ` [PATCH 2/2] staging:iio:ad7606: Add support for the ad7605-4 Alexandru Ardelean
  2018-09-16 11:19 ` [PATCH 1/2] staging:iio:ad7606: Remove incorrect kernel doc annotations Jonathan Cameron
  0 siblings, 2 replies; 9+ messages in thread
From: Alexandru Ardelean @ 2018-09-13 11:02 UTC (permalink / raw)
  To: linux-iio, Michael.Hennerich, lars, jic23
  Cc: knaack.h, pmeerw, Alexandru Ardelean

The ad7606_chip_info struct does not have the lock & name fields. Remove
the kernel documentation annotations for it.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
---
 drivers/staging/iio/adc/ad7606.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/iio/adc/ad7606.h b/drivers/staging/iio/adc/ad7606.h
index 24c2a85f5c5a..57f11b46bc69 100644
--- a/drivers/staging/iio/adc/ad7606.h
+++ b/drivers/staging/iio/adc/ad7606.h
@@ -11,10 +11,8 @@
 
 /**
  * struct ad7606_chip_info - chip specific information
- * @name:		identification string for chip
  * @channels:		channel specification
  * @num_channels:	number of channels
- * @lock		protect sensor state
  */
 
 struct ad7606_chip_info {
-- 
2.17.1

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

end of thread, other threads:[~2018-09-22 21:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13 11:02 [PATCH 1/2] staging:iio:ad7606: Remove incorrect kernel doc annotations Alexandru Ardelean
2018-09-13 11:02 ` [PATCH 2/2] staging:iio:ad7606: Add support for the ad7605-4 Alexandru Ardelean
2018-09-16 11:22   ` Jonathan Cameron
2018-09-17  7:33     ` Ardelean, Alexandru
2018-09-17  8:30       ` Jonathan Cameron
2018-09-17  9:01         ` Ardelean, Alexandru
2018-09-17 11:10           ` Jonathan Cameron
2018-09-22 15:35             ` Jonathan Cameron
2018-09-16 11:19 ` [PATCH 1/2] staging:iio:ad7606: Remove incorrect kernel doc annotations 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.