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: 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>

authored by

Shi Hao and committed by
Jonathan Cameron
76145147 22dd6499

+3 -3
+3 -3
drivers/iio/resolver/ad2s1210.c
··· 896 896 .mask_separate = BIT(IIO_EV_INFO_VALUE), 897 897 }, 898 898 { 899 - /* Sine/cosine DOS overrange fault.*/ 899 + /* Sine/cosine DOS overrange fault. */ 900 900 .type = IIO_EV_TYPE_THRESH, 901 901 .dir = IIO_EV_DIR_RISING, 902 - /* Degredation of signal overrange threshold. */ 902 + /* Degradation of signal overrange threshold. */ 903 903 .mask_separate = BIT(IIO_EV_INFO_VALUE), 904 904 }, 905 905 { 906 - /* Sine/cosine DOS mismatch fault.*/ 906 + /* Sine/cosine DOS mismatch fault. */ 907 907 .type = IIO_EV_TYPE_MAG, 908 908 .dir = IIO_EV_DIR_RISING, 909 909 .mask_separate = BIT(IIO_EV_INFO_VALUE),