linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/5] base: power: wakeup.c: Fixed a typo error
@ 2015-05-26 18:47 Sriram Dash
  2015-05-27  7:52 ` Pavel Machek
  0 siblings, 1 reply; 2+ messages in thread
From: Sriram Dash @ 2015-05-26 18:47 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/wakeup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c
index 7726200..19a216e 100644
--- a/drivers/base/power/wakeup.c
+++ b/drivers/base/power/wakeup.c
@@ -528,7 +528,7 @@ static void wakeup_source_deactivate(struct wakeup_source *ws)
 
 	/*
 	 * Increment the counter of registered wakeup events and decrement the
-	 * couter of wakeup events in progress simultaneously.
+	 * counter of wakeup events in progress simultaneously.
 	 */
 	cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count);
 	trace_wakeup_source_deactivate(ws->name, cec);
-- 
2.4.1


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

* Re: [PATCH 5/5] base: power: wakeup.c: Fixed a typo error
  2015-05-26 18:47 [PATCH 5/5] base: power: wakeup.c: Fixed a typo error Sriram Dash
@ 2015-05-27  7:52 ` Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2015-05-27  7:52 UTC (permalink / raw)
  To: Sriram Dash; +Cc: rjw, len.brown, gregkh, linux-pm, linux-kernel, trivial

On Wed 2015-05-27 00:17:17, Sriram Dash wrote:
> From: dashsriram <dash.sriram@gmail.com>
> 
> Fixed a typo error in the file

You may want to check your [patch x/x] markings. Seems to be x==x in
too many cases.

Anyway,

Acked-by: Pavel Machek <pavel@ucw.cz>

for patches 2-5.

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2015-05-27  7:52 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:47 [PATCH 5/5] base: power: wakeup.c: Fixed a typo error Sriram Dash
2015-05-27  7:52 ` Pavel Machek

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