diff mbox

[4/4] base: power: runtime.c: Fixed a typo error

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

Commit Message

Sriram Dash May 26, 2015, 6:43 p.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/runtime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH May 31, 2015, 9:59 p.m. UTC | #1
On Wed, May 27, 2015 at 12:13:47AM +0530, Sriram Dash wrote:
> From: dashsriram <dash.sriram@gmail.com>

Name problem :(

> 
> Fixed a typo error in the file
> 
> Signed-off-by: Sriram Dash <dash.sriram@gmail.com>
> ---
>  drivers/base/power/runtime.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patches 1/4, 2/4, 3/4?

You aren't numbering your patches properly.

Please fix them all up and resend all of them, I'm now dropping all of
your submitted patches from my queue.

thanks,

greg k-h
--
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/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.
  *