aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <william.gray@linaro.org>2023-03-10 19:24:34 -0500
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2023-03-11 12:36:25 +0000
commit666cac91ae47c86c7a76fec39771123a92825134 (patch)
treec372d7f2b1ea1adaf25050a9f7d12c2f99d1c888
parent42d35bf6c37b9445fa39f995466d716add4b70b9 (diff)
downloadiio-666cac91ae47c86c7a76fec39771123a92825134.tar.gz
iio: dac: cio-dac: Fix typo in comment listing supported devices
This driver supports the CIO-DAC08 device and not "CIO-DAC06". Signed-off-by: William Breathitt Gray <william.gray@linaro.org> Link: https://lore.kernel.org/r/20230311002434.8761-1-william.gray@linaro.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/dac/cio-dac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/cio-dac.c b/drivers/iio/dac/cio-dac.c
index 791dd999cf291e..bb67d3340c9f8f 100644
--- a/drivers/iio/dac/cio-dac.c
+++ b/drivers/iio/dac/cio-dac.c
@@ -4,7 +4,7 @@
* Copyright (C) 2016 William Breathitt Gray
*
* This driver supports the following Measurement Computing devices: CIO-DAC16,
- * CIO-DAC06, and PC104-DAC06.
+ * CIO-DAC08, and PC104-DAC06.
*/
#include <linux/bitops.h>
#include <linux/device.h>