diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2023-03-11 03:24:34 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-03-11 15:36:25 +0300 |
commit | 666cac91ae47c86c7a76fec39771123a92825134 (patch) | |
tree | c372d7f2b1ea1adaf25050a9f7d12c2f99d1c888 /drivers/iio/dac/cio-dac.c | |
parent | 42d35bf6c37b9445fa39f995466d716add4b70b9 (diff) | |
download | linux-666cac91ae47c86c7a76fec39771123a92825134.tar.xz |
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>
Diffstat (limited to 'drivers/iio/dac/cio-dac.c')
-rw-r--r-- | drivers/iio/dac/cio-dac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/cio-dac.c b/drivers/iio/dac/cio-dac.c index 791dd999cf29..bb67d3340c9f 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> |