From: Alexandru Ardelean Date: Thu, 13 Sep 2018 11:02:11 +0000 (+0300) Subject: staging:iio:ad7606: Remove incorrect kernel doc annotations X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c8d5b99696398ea1039a6b83543ef572cdba911f;p=linux.git 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 Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/adc/ad7606.h b/drivers/staging/iio/adc/ad7606.h index 9716ee9d94a75..ceb41ff52a5cf 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 {