[PATCH] staging: greybus: pwm: Fix typo in comment
From: Giorgi Tchankvetadze
Date: Sat Feb 14 2026 - 05:10:14 EST
Change "privodes" to "provides" in a comment.
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
---
drivers/staging/greybus/pwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/pwm.c b/drivers/staging/greybus/pwm.c
index 1cb7b9089ead..52515a4acb12 100644
--- a/drivers/staging/greybus/pwm.c
+++ b/drivers/staging/greybus/pwm.c
@@ -215,7 +215,7 @@ static int gb_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm,
/*
* Set period and duty cycle
*
- * PWM privodes 64-bit period and duty_cycle, but greybus only accepts
+ * PWM provides 64-bit period and duty_cycle, but greybus only accepts
* 32-bit, so their values have to be limited to U32_MAX.
*/
if (period > U32_MAX)
--
2.52.0