diff mbox

[3/3] base: power: qos.c: Fixed a typo error

Message ID 1432665499-24622-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:38 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/qos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

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

Same name problem.

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

Where are patches 1/3 and 2/3?

--
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/qos.c b/drivers/base/power/qos.c
index e56d538..d23ea4b 100644
--- a/drivers/base/power/qos.c
+++ b/drivers/base/power/qos.c
@@ -25,7 +25,7 @@ 
  *    API. The notification chain data is stored in a static variable.
  *
  * Note about the per-device constraint data struct allocation:
- * . The per-device constraints data struct ptr is tored into the device
+ * . The per-device constraints data struct ptr is stored into the device
  *    dev_pm_info.
  * . To minimize the data usage by the per-device constraints, the data struct
  *   is only allocated at the first call to dev_pm_qos_add_request.