OSDN Git Service

staging:iio:ad7606: Remove incorrect kernel doc annotations
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 13 Sep 2018 11:02:11 +0000 (14:02 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 16 Sep 2018 11:18:36 +0000 (12:18 +0100)
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>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/adc/ad7606.h

index 9716ee9..ceb41ff 100644 (file)
 
 /**
  * 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 {