[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1451383401-6981-1-git-send-email-mpg@elzevir.fr>
Date: Tue, 29 Dec 2015 11:03:21 +0100
From: Manuel Pégourié-Gonnard <mpg@...evir.fr>
To: linux-pm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, rjw@...ysocki.net,
len.brown@...el.com, pavel@....cz, gregkh@...uxfoundation.org,
Manuel Pégourié-Gonnard <mpg@...evir.fr>,
trivial@...nel.org
Subject: [PATCH] drivers: power: fix typo in documentation
The documentation for detach() said attach.
Signed-off-by: Manuel Pégourié-Gonnard <mpg@...evir.fr>
Cc: trivial@...nel.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists