Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298930 > unrolled thread
| Started by | Manuel Pégourié-Gonnard <mpg@elzevir.fr> |
|---|---|
| First post | 2015-12-29 11:10 +0100 |
| Last post | 2015-12-29 17:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] drivers: power: fix typo in documentation Manuel Pégourié-Gonnard <mpg@elzevir.fr> - 2015-12-29 11:10 +0100
Re: [PATCH] drivers: power: fix typo in documentation Pavel Machek <pavel@ucw.cz> - 2015-12-29 17:50 +0100
| From | Manuel Pégourié-Gonnard <mpg@elzevir.fr> |
|---|---|
| Date | 2015-12-29 11:10 +0100 |
| Subject | [PATCH] drivers: power: fix typo in documentation |
| Message-ID | <qKZo5-7sH-5@gated-at.bofh.it> |
The documentation for detach() said attach. Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr> Cc: trivial@kernel.org --- drivers/base/power/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c index f32b802b98f4..f48e33385b3e 100644 --- a/drivers/base/power/common.c +++ b/drivers/base/power/common.c @@ -112,7 +112,7 @@ EXPORT_SYMBOL_GPL(dev_pm_domain_attach); /** * dev_pm_domain_detach - Detach a device from its PM domain. - * @dev: Device to attach. + * @dev: Device to detach. * @power_off: Used to indicate whether we should power off the device. * * This functions will reverse the actions from dev_pm_domain_attach() and thus -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2015-12-29 17:50 +0100 |
| Message-ID | <qL5Dc-321-19@gated-at.bofh.it> |
| In reply to | #1298930 |
On Tue 2015-12-29 11:03:21, Manuel Pégourié-Gonnard wrote: > The documentation for detach() said attach. > > Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr> > Cc: trivial@kernel.org Acked-by: Pavel Machek <pavel@ucw.cz> -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web