]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
iio: dac: ad5624r: fix struct name in doc comment
authorDavid Lechner <dlechner@baylibre.com>
Wed, 20 Nov 2024 21:33:24 +0000 (15:33 -0600)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 7 Dec 2024 17:11:01 +0000 (17:11 +0000)
Fix a copy/paste mistake in the struct ad5624r_state doc comment.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241120-iio-regulator-cleanup-round-6-v1-1-d5a5360f7ec3@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ad5624r.h

index 14a439b06eb6a284b7763e084f133dada7978d08..8c2ab6ae855bfca2a6a5f7742cdae9f109c60961 100644 (file)
@@ -41,7 +41,7 @@ struct ad5624r_chip_info {
 };
 
 /**
- * struct ad5446_state - driver instance specific data
+ * 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