summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/sysfs.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2019-03-12 05:25:47 -0400
committerThierry Reding <thierry.reding@gmail.com>2019-03-20 07:34:14 -0400
commit9ff06679e109a216fc4a0cf5b4069a5305df141c (patch)
treecac58a060536b8ec10c8bc93f8678b90636e4e15 /drivers/pwm/sysfs.c
parentefc80fb3746609aa6beed8bc33751f29ee18fed7 (diff)
pwm: sysfs: fix typo "its" -> "it's"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/sysfs.c')
-rw-r--r--drivers/pwm/sysfs.c2
1 files changed, 1 insertions, 1 deletions
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)
398 398
399 /* 399 /*
400 * If device_create() fails the pwm_chip is still usable by 400 * If device_create() fails the pwm_chip is still usable by
401 * the kernel its just not exported. 401 * the kernel it's just not exported.
402 */ 402 */
403 parent = device_create(&pwm_class, chip->dev, MKDEV(0, 0), chip, 403 parent = device_create(&pwm_class, chip->dev, MKDEV(0, 0), chip,
404 "pwmchip%d", chip->base); 404 "pwmchip%d", chip->base);