diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2018-09-13 14:02:11 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-09-16 12:18:36 +0100 |
commit | c8d5b99696398ea1039a6b83543ef572cdba911f (patch) | |
tree | 216b8491d75e67401d357c41e7afe15560e7e7db /drivers/staging/iio | |
parent | 4ee033301c898dd0835d035d0e0eb768a3d35da1 (diff) | |
download | talos-obmc-linux-c8d5b99696398ea1039a6b83543ef572cdba911f.tar.gz talos-obmc-linux-c8d5b99696398ea1039a6b83543ef572cdba911f.zip |
staging:iio:ad7606: Remove incorrect kernel doc annotations
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>
Diffstat (limited to 'drivers/staging/iio')
-rw-r--r-- | drivers/staging/iio/adc/ad7606.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/iio/adc/ad7606.h b/drivers/staging/iio/adc/ad7606.h index 9716ee9d94a7..ceb41ff52a5c 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 { |