From: Uwe Kleine-König Date: Tue, 12 Mar 2019 09:25:47 +0000 (+0100) Subject: pwm: sysfs: fix typo "its" -> "it's" X-Git-Tag: v5.15~6396^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ff06679e109a216fc4a0cf5b4069a5305df141c;p=platform%2Fkernel%2Flinux-starfive.git pwm: sysfs: fix typo "its" -> "it's" Signed-off-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/sysfs.c b/drivers/pwm/sysfs.c index 13d9bd54dfce..719f8fada0a7 100644 --- a/drivers/pwm/sysfs.c +++ b/drivers/pwm/sysfs.c @@ -398,7 +398,7 @@ void pwmchip_sysfs_export(struct pwm_chip *chip) /* * If device_create() fails the pwm_chip is still usable by - * the kernel its just not exported. + * the kernel it's just not exported. */ parent = device_create(&pwm_class, chip->dev, MKDEV(0, 0), chip, "pwmchip%d", chip->base);