We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ef9b8 commit 49072f9Copy full SHA for 49072f9
drivers/base/power/common.c
@@ -98,8 +98,8 @@ EXPORT_SYMBOL_GPL(dev_pm_put_subsys_data);
98
* Callers must ensure proper synchronization of this function with power
99
* management callbacks.
100
*
101
- * Returns 0 on successfully attached PM domain and when it found that the
102
- * device don't need a PM domain, else a negative error code.
+ * Returns 0 on successfully attached PM domain, or when it is found that the
+ * device doesn't need a PM domain, else a negative error code.
103
*/
104
int dev_pm_domain_attach(struct device *dev, bool power_on)
105
{
0 commit comments