linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: dac: ad5624r: Drop docs of missing members
@ 2024-12-18  8:17 Matti Vaittinen
  2024-12-19 15:27 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Matti Vaittinen @ 2024-12-18  8:17 UTC (permalink / raw)
  To: Matti Vaittinen, Matti Vaittinen
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	linux-iio, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

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(-)

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
-- 
2.47.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: dac: ad5624r: Drop docs of missing members
  2024-12-18  8:17 [PATCH] iio: dac: ad5624r: Drop docs of missing members Matti Vaittinen
@ 2024-12-19 15:27 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2024-12-19 15:27 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: Matti Vaittinen, Lars-Peter Clausen, Michael Hennerich, linux-iio,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-19 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18  8:17 [PATCH] iio: dac: ad5624r: Drop docs of missing members Matti Vaittinen
2024-12-19 15:27 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).