Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ff06679 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Thierry Reding
Browse files

pwm: sysfs: fix typo "its" -> "it's"

parent efc80fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);