Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

William Breathitt Gray and committed by
Jonathan Cameron
666cac91 42d35bf6

+1 -1
+1 -1
drivers/iio/dac/cio-dac.c
··· 4 4 * Copyright (C) 2016 William Breathitt Gray 5 5 * 6 6 * This driver supports the following Measurement Computing devices: CIO-DAC16, 7 - * CIO-DAC06, and PC104-DAC06. 7 + * CIO-DAC08, and PC104-DAC06. 8 8 */ 9 9 #include <linux/bitops.h> 10 10 #include <linux/device.h>