Message ID | 20180910161639.13591-1-lars@metafoo.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] staging:iio:ad7606: Remove incorrect kernel doc annotation | expand |
diff --git a/drivers/staging/iio/adc/ad7606.h b/drivers/staging/iio/adc/ad7606.h index 9716ee9d94a7..fb56f479e2f1 100644 --- a/drivers/staging/iio/adc/ad7606.h +++ b/drivers/staging/iio/adc/ad7606.h @@ -14,7 +14,6 @@ * @name: identification string for chip * @channels: channel specification * @num_channels: number of channels - * @lock protect sensor state */ struct ad7606_chip_info {
The ad7606_chip_info struct has no field called lock. Remove the kernel documentation annotation for it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> --- drivers/staging/iio/adc/ad7606.h | 1 - 1 file changed, 1 deletion(-)