linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] base: power: qos.c: Fixed a typo error
@ 2015-05-26 18:38 Sriram Dash
  2015-05-31 21:58 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Sriram Dash @ 2015-05-26 18:38 UTC (permalink / raw)
  To: rjw, len.brown, pavel, gregkh; +Cc: linux-pm, linux-kernel, trivial, dashsriram

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(-)

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.
-- 
2.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/3] base: power: qos.c: Fixed a typo error
  2015-05-26 18:38 [PATCH 3/3] base: power: qos.c: Fixed a typo error Sriram Dash
@ 2015-05-31 21:58 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-05-31 21:58 UTC (permalink / raw)
  To: Sriram Dash; +Cc: rjw, len.brown, pavel, linux-pm, linux-kernel, trivial

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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-31 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-26 18:38 [PATCH 3/3] base: power: qos.c: Fixed a typo error Sriram Dash
2015-05-31 21:58 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).