iio: resolver: fix typo from degredation to degradation

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>
This commit is contained in:
Shi Hao
2026-03-16 14:30:16 +05:30
committed by Jonathan Cameron
parent 22dd6499c1
commit 761451473f

View 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),