diff mbox series

iio: dac: ad5624r: Drop docs of missing members

Message ID Z2KFC7ZBwmM69Qb4@mva-rohm (mailing list archive)
State Accepted
Headers show
Series iio: dac: ad5624r: Drop docs of missing members | expand

Commit Message

Matti Vaittinen Dec. 18, 2024, 8:17 a.m. UTC
The documentation for struct ad5624r_state contains members that are (no
longer?) part of the structure.

Remove unnecessary docs.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
---
 drivers/iio/dac/ad5624r.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Jonathan Cameron Dec. 19, 2024, 3:27 p.m. UTC | #1
On Wed, 18 Dec 2024 10:17:15 +0200
Matti Vaittinen <mazziesaccount@gmail.com> wrote:

> The documentation for struct ad5624r_state contains members that are (no
> longer?) part of the structure.
> 
> Remove unnecessary docs.
> 
> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Applied. Thanks,
> ---
>  drivers/iio/dac/ad5624r.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/iio/dac/ad5624r.h b/drivers/iio/dac/ad5624r.h
> index 8c2ab6ae855b..098fb5a7683d 100644
> --- a/drivers/iio/dac/ad5624r.h
> +++ b/drivers/iio/dac/ad5624r.h
> @@ -42,10 +42,8 @@ struct ad5624r_chip_info {
>  
>  /**
>   * struct ad5624r_state - driver instance specific data
> - * @indio_dev:		the industrial I/O device
>   * @us:			spi_device
>   * @chip_info:		chip model specific constants, available modes etc
> - * @reg:		supply regulator
>   * @vref_mv:		actual reference voltage used
>   * @pwr_down_mask	power down mask
>   * @pwr_down_mode	current power down mode
diff mbox series

Patch

diff --git a/drivers/iio/dac/ad5624r.h b/drivers/iio/dac/ad5624r.h
index 8c2ab6ae855b..098fb5a7683d 100644
--- a/drivers/iio/dac/ad5624r.h
+++ b/drivers/iio/dac/ad5624r.h
@@ -42,10 +42,8 @@  struct ad5624r_chip_info {
 
 /**
  * struct ad5624r_state - driver instance specific data
- * @indio_dev:		the industrial I/O device
  * @us:			spi_device
  * @chip_info:		chip model specific constants, available modes etc
- * @reg:		supply regulator
  * @vref_mv:		actual reference voltage used
  * @pwr_down_mask	power down mask
  * @pwr_down_mode	current power down mode