]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
iio: resolver: fix typo from degredation to degradation
authorShi Hao <i.shihao.999@gmail.com>
Mon, 16 Mar 2026 09:00:16 +0000 (14:30 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Mar 2026 19:21:25 +0000 (19:21 +0000)
Fix incorrect spelling from degredation to degradation and fixed
up some missing spaces prior to */

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/resolver/ad2s1210.c

index 06d9c784f93e01288b42a1b9aee36b9f84e4b7f4..774728c804c013cc1527667e80eb4339f44a0063 100644 (file)
@@ -896,14 +896,14 @@ static const struct iio_event_spec ad2s1210_monitor_signal_event_spec[] = {
                .mask_separate = BIT(IIO_EV_INFO_VALUE),
        },
        {
-               /* Sine/cosine DOS overrange fault.*/
+               /* Sine/cosine DOS overrange fault. */
                .type = IIO_EV_TYPE_THRESH,
                .dir = IIO_EV_DIR_RISING,
-               /* Degredation of signal overrange threshold. */
+               /* Degradation of signal overrange threshold. */
                .mask_separate = BIT(IIO_EV_INFO_VALUE),
        },
        {
-               /* Sine/cosine DOS mismatch fault.*/
+               /* Sine/cosine DOS mismatch fault. */
                .type = IIO_EV_TYPE_MAG,
                .dir = IIO_EV_DIR_RISING,
                .mask_separate = BIT(IIO_EV_INFO_VALUE),