diff mbox

base: power: domain.c: fixed a typo error

Message ID 1432607811-22826-1-git-send-email-dash.sriram@gmail.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

Sriram Dash May 26, 2015, 2:36 a.m. UTC
From: dashsriram <dash.sriram@gmail.com>

Fixed a typo error in the file

Signed-off-by: Sriram Dash <dash.sriram@gmail.com>
---
 drivers/base/power/domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pavel Machek May 26, 2015, 6:26 a.m. UTC | #1
On Tue 2015-05-26 08:06:51, Sriram Dash wrote:
> From: dashsriram <dash.sriram@gmail.com>
> 
> Fixed a typo error in the file
> 
> Signed-off-by: Sriram Dash <dash.sriram@gmail.com>

Acked-by: Pavel Machek <pavel@ucw.cz>

(cc: trivial@kernel.org might help for patches like this one).

									Pavel
Greg KH May 31, 2015, 10 p.m. UTC | #2
On Tue, May 26, 2015 at 08:06:51AM +0530, Sriram Dash wrote:
> From: dashsriram <dash.sriram@gmail.com>

Name isn't correct :(

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
index 2327613..10aa00c 100644
--- a/drivers/base/power/domain.c
+++ b/drivers/base/power/domain.c
@@ -491,7 +491,7 @@  static bool genpd_abort_poweroff(struct generic_pm_domain *genpd)
 
 /**
  * genpd_queue_power_off_work - Queue up the execution of pm_genpd_poweroff().
- * @genpd: PM domait to power off.
+ * @genpd: PM domain to power off.
  *
  * Queue up the execution of pm_genpd_poweroff() unless it's already been done
  * before.