Commit c8d5b996 authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by Jonathan Cameron

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: default avatarAlexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 4ee03330
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
/** /**
* struct ad7606_chip_info - chip specific information * struct ad7606_chip_info - chip specific information
* @name: identification string for chip
* @channels: channel specification * @channels: channel specification
* @num_channels: number of channels * @num_channels: number of channels
* @lock protect sensor state
*/ */
struct ad7606_chip_info { struct ad7606_chip_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment