[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432665827-24786-1-git-send-email-dash.sriram@gmail.com>
Date: Wed, 27 May 2015 00:13:47 +0530
From: Sriram Dash <dash.sriram@...il.com>
To: rjw@...ysocki.net, len.brown@...el.com, pavel@....cz,
gregkh@...uxfoundation.org
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
trivial@...nel.org, dashsriram <dash.sriram@...il.com>
Subject: [PATCH 4/4] base: power: runtime.c: Fixed a typo error
From: dashsriram <dash.sriram@...il.com>
Fixed a typo error in the file
Signed-off-by: Sriram Dash <dash.sriram@...il.com>
---
drivers/base/power/runtime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c
index 5070c4f..7597741 100644
--- a/drivers/base/power/runtime.c
+++ b/drivers/base/power/runtime.c
@@ -178,7 +178,7 @@ static int dev_memalloc_noio(struct device *dev, void *data)
* resume/suspend callback of any one of its ancestors(or the
* block device itself), the deadlock may be triggered inside the
* memory allocation since it might not complete until the block
- * device becomes active and the involed page I/O finishes. The
+ * device becomes active and the invoked page I/O finishes. The
* situation is pointed out first by Alan Stern. Network device
* are involved in iSCSI kind of situation.
*
--
2.4.1
--
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