summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
diff options
context:
space:
mode:
authorDavid Lechner <dlechner@baylibre.com>2024-11-20 15:33:24 -0600
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-12-07 17:11:01 +0000
commitd6d9c45c90effa6b662c080146c12c73472b1706 (patch)
tree13574dbd7cb73a6cac08458072332523911a95c0 /drivers/iio/dac
parent4cd85685546d32560beffe97fcec24be2812bec2 (diff)
iio: dac: ad5624r: fix struct name in doc comment
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>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r--drivers/iio/dac/ad5624r.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/ad5624r.h b/drivers/iio/dac/ad5624r.h
index 14a439b06eb6..8c2ab6ae855b 100644
--- a/drivers/iio/dac/ad5624r.h
+++ b/drivers/iio/dac/ad5624r.h
@@ -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