The doc-string has been neglected over time. This change updates it with all the missing info. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> --- include/linux/iio/imu/adis.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/linux/iio/imu/adis.h b/include/linux/iio/imu/adis.h index dbdf421d35dd..27ebd740f626 100644 --- a/include/linux/iio/imu/adis.h +++ b/include/linux/iio/imu/adis.h @@ -30,8 +30,13 @@ struct adis_burst; * @glob_cmd_reg: Register address of the GLOB_CMD register * @msc_ctrl_reg: Register address of the MSC_CTRL register * @diag_stat_reg: Register address of the DIAG_STAT register - * @status_error_msgs: Array of error messgaes - * @status_error_mask: + * @self_test_mask: Bitmask of supported self-test operations + * @self_test_no_autoclear: True if device's self-test needs clear of ctrl reg + * @startup_delay: Delay in us to be used during ADIS init routines + * @status_error_msgs: Array of error message strings + * @status_error_mask: Bitmask of errors supported by the device + * @enable_irq: Hook for ADIS devices that have a special IRQ enable/disable + * @has_paging: True if ADIS device has paged registers */ struct adis_data { unsigned int read_delay; -- 2.20.1