Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324709
b: refs/heads/master
c: ba07275
h: refs/heads/master
i:
  324707: 6439b72
v: v3
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent ac3a48d commit 056570c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e4da5cbaefa02ed408f8a78d759baef2905bf34
refs/heads/master: ba07275faf0169820ff387c5f0d12a8a2e2165c8
6 changes: 3 additions & 3 deletions trunk/drivers/staging/ozwpan/ozevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
Expand Down

0 comments on commit 056570c

Please sign in to comment.