]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: greybus: pwm: Fix typo in comment
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Sat, 14 Feb 2026 10:09:47 +0000 (14:09 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 13:55:59 +0000 (14:55 +0100)
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>
drivers/staging/greybus/pwm.c

index 1cb7b9089ead188700c144d966ea8e40da3f1493..52515a4acb121b8a384d25ecdbd802ad900748fa 100644 (file)
@@ -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)