Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298930
| From | Manuel Pégourié-Gonnard <mpg@elzevir.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drivers: power: fix typo in documentation |
| Date | 2015-12-29 11:10 +0100 |
| Message-ID | <qKZo5-7sH-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web