diff options
| author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-03-12 10:25:47 +0100 | 
|---|---|---|
| committer | Thierry Reding <thierry.reding@gmail.com> | 2019-03-20 12:34:14 +0100 | 
| commit | 9ff06679e109a216fc4a0cf5b4069a5305df141c (patch) | |
| tree | cac58a060536b8ec10c8bc93f8678b90636e4e15 | |
| parent | efc80fb3746609aa6beed8bc33751f29ee18fed7 (diff) | |
| download | blackbird-op-linux-9ff06679e109a216fc4a0cf5b4069a5305df141c.tar.gz blackbird-op-linux-9ff06679e109a216fc4a0cf5b4069a5305df141c.zip  | |
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>
| -rw-r--r-- | drivers/pwm/sysfs.c | 2 | 
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)  	/*  	 * 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);  | 

