From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbbEZSn7 (ORCPT ); Tue, 26 May 2015 14:43:59 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:33640 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbbEZSn5 (ORCPT ); Tue, 26 May 2015 14:43:57 -0400 From: Sriram Dash To: rjw@rjwysocki.net, len.brown@intel.com, pavel@ucw.cz, gregkh@linuxfoundation.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, dashsriram Subject: [PATCH 4/4] base: power: runtime.c: Fixed a typo error Date: Wed, 27 May 2015 00:13:47 +0530 Message-Id: <1432665827-24786-1-git-send-email-dash.sriram@gmail.com> X-Mailer: git-send-email 2.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: dashsriram Fixed a typo error in the file Signed-off-by: Sriram Dash --- 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