Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 {