summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>2026-02-14 13:09:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-23 16:55:59 +0300
commit3e63ff8e224d628ac728492535e746a5c3ff23c7 (patch)
tree5a307dbed29d33c33e7519cdd2c5498f89804b6a
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
downloadlinux-3e63ff8e224d628ac728492535e746a5c3ff23c7.tar.xz
staging: greybus: pwm: Fix typo in comment
Change "privodes" to "provides" in a comment. Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com> Link: https://patch.msgid.link/20260214100947.70527-1-giorgitchankvetadze1997@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/greybus/pwm.c2
1 files changed, 1 insertions, 1 deletions
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)