All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: sysfs: fix typo "its" -> "it's"
@ 2019-03-12  9:25 Uwe Kleine-König
  2019-03-20 11:34 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2019-03-12  9:25 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, trivial, kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/sysfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/sysfs.c b/drivers/pwm/sysfs.c
index ceb233dd6048..651130dd515b 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);
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pwm: sysfs: fix typo "its" -> "it's"
  2019-03-12  9:25 [PATCH] pwm: sysfs: fix typo "its" -> "it's" Uwe Kleine-König
@ 2019-03-20 11:34 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2019-03-20 11:34 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-pwm, trivial, kernel

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

On Tue, Mar 12, 2019 at 10:25:47AM +0100, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  drivers/pwm/sysfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-20 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  9:25 [PATCH] pwm: sysfs: fix typo "its" -> "it's" Uwe Kleine-König
2019-03-20 11:34 ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.