diff mbox

[5/5] base: power: wakeup.c: Fixed a typo error

Message ID 1432666037-24944-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:47 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/wakeup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pavel Machek May 27, 2015, 7:52 a.m. UTC | #1
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.
diff mbox

Patch

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