[PATCH v5 07/14] iio: proximity: fix typo from currenly to currently

Shi Hao posted 14 patches 3 weeks ago
[PATCH v5 07/14] iio: proximity: fix typo from currenly to currently
Posted by Shi Hao 3 weeks ago
Fix incorrect spelling from currenly to currently.

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/proximity/sx9324.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/proximity/sx9324.c b/drivers/iio/proximity/sx9324.c
index c7b2d03c23bc..f61eff39751d 100644
--- a/drivers/iio/proximity/sx9324.c
+++ b/drivers/iio/proximity/sx9324.c
@@ -821,7 +821,7 @@ static const struct sx_common_reg_default sx9324_default_regs[] = {
	{ SX9324_REG_ADV_CTRL10, 0x00, "adv_ctrl10" },
	{ SX9324_REG_ADV_CTRL11, 0x00, "adv_ctrl11" },
	{ SX9324_REG_ADV_CTRL12, 0x00, "adv_ctrl12" },
-	/* TODO(gwendal): SAR currenly disabled */
+	/* TODO(gwendal): SAR currently disabled */
	{ SX9324_REG_ADV_CTRL13, 0x00, "adv_ctrl13" },
	{ SX9324_REG_ADV_CTRL14, 0x00, "adv_ctrl14" },
	{ SX9324_REG_ADV_CTRL15, 0x00, "adv_ctrl15" },
--
2.53.0
Re: [PATCH v5 07/14] iio: proximity: fix typo from currenly to currently
Posted by Jonathan Cameron 2 weeks, 2 days ago
On Mon, 16 Mar 2026 14:30:15 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> Fix incorrect spelling from currenly to currently.
> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Applied.