Skip to content

Commit

Permalink
pwm: sysfs: fix typo "its" -> "it's"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Uwe Kleine-König authored and Thierry Reding committed Mar 20, 2019
1 parent efc80fb commit 9ff0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pwm/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9ff0667

Please sign in to comment.