From 056570c717934c5791d9f593d7f15287ea74b02c Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Thu, 23 Aug 2012 15:33:11 +0900 Subject: [PATCH] --- yaml --- r: 324709 b: refs/heads/master c: ba07275faf0169820ff387c5f0d12a8a2e2165c8 h: refs/heads/master i: 324707: 6439b72e63130cdd5e0bde43daf5e02870d87989 v: v3 --- [refs] | 2 +- trunk/drivers/staging/ozwpan/ozevent.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 6ef7e217308b..c33e816d304d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e4da5cbaefa02ed408f8a78d759baef2905bf34 +refs/heads/master: ba07275faf0169820ff387c5f0d12a8a2e2165c8 diff --git a/trunk/drivers/staging/ozwpan/ozevent.c b/trunk/drivers/staging/ozwpan/ozevent.c index 7f66b4f19b01..a48498bd9b5f 100644 --- a/trunk/drivers/staging/ozwpan/ozevent.c +++ b/trunk/drivers/staging/ozwpan/ozevent.c @@ -14,7 +14,7 @@ #include "ozappif.h" /*------------------------------------------------------------------------------ * Although the event mask is logically part of the oz_evtdev structure, it is - * needed outside of this file so define it seperately to avoid the need to + * needed outside of this file so define it separately to avoid the need to * export definition of struct oz_evtdev. */ u32 g_evt_mask; @@ -39,8 +39,8 @@ static struct oz_evtdev g_evtdev; */ void oz_event_init(void) { - /* Because g_evtdev is static external all fields initally zero so no - * need to reinitialised those. + /* Because g_evtdev is static external all fields initially zero so no + * need to reinitialized those. */ oz_trace("Event tracing initialized\n"); spin_lock_init(&g_evtdev.lock);