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>
This commit is contained in:
Alexandru Ardelean 2018-09-13 14:02:11 +03:00 committed by Jonathan Cameron
parent 4ee033301c
commit c8d5b99696
1 changed files with 0 additions and 2 deletions

View File

@ -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 {