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: proximity: fix typo from currenly to currently

Fix incorrect spelling from currenly to currently.

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
22dd6499 896b6508

+1 -1
+1 -1
drivers/iio/proximity/sx9324.c
··· 821 821 { SX9324_REG_ADV_CTRL10, 0x00, "adv_ctrl10" }, 822 822 { SX9324_REG_ADV_CTRL11, 0x00, "adv_ctrl11" }, 823 823 { SX9324_REG_ADV_CTRL12, 0x00, "adv_ctrl12" }, 824 - /* TODO(gwendal): SAR currenly disabled */ 824 + /* TODO(gwendal): SAR currently disabled */ 825 825 { SX9324_REG_ADV_CTRL13, 0x00, "adv_ctrl13" }, 826 826 { SX9324_REG_ADV_CTRL14, 0x00, "adv_ctrl14" }, 827 827 { SX9324_REG_ADV_CTRL15, 0x00, "adv_ctrl15" },