From: Herve Codina Date: Fri, 23 Jun 2023 08:58:26 +0000 (+0200) Subject: iio: inkern: Replace a FIXME comment by a TODO one X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4dc603735826ec3963e30d6f25260255ca96d103;p=linux.git iio: inkern: Replace a FIXME comment by a TODO one This FIXME comment is more a TODO one. It is a note when someone will need for this currently unsupported case. Change from FIXME to TODO. Signed-off-by: Herve Codina Suggested-by: Jonathan Cameron Reviewed-by: Andy Shevchenko Acked-by: Jonathan Cameron Reviewed-by: Christophe Leroy Link: https://lore.kernel.org/r/20230623085830.749991-10-herve.codina@bootlin.com Signed-off-by: Mark Brown --- diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index 8bfd91f74101b..19ddd77adb114 100644 --- a/drivers/iio/inkern.c +++ b/drivers/iio/inkern.c @@ -879,7 +879,7 @@ static int iio_channel_read_max(struct iio_channel *chan, *val = max_array(vals, length); break; default: - /* FIXME: learn about max for other iio values */ + /* TODO: learn about max for other iio values */ return -EINVAL; } return 0;