mirror of https://gitee.com/openkylin/linux.git
staging: ozwpan: Fix typo in staging/ozwpan
Fix spelling typo in staging/ozwpan Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0e4da5cbae
commit
ba07275faf
|
@ -14,7 +14,7 @@
|
||||||
#include "ozappif.h"
|
#include "ozappif.h"
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Although the event mask is logically part of the oz_evtdev structure, it is
|
* 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.
|
* export definition of struct oz_evtdev.
|
||||||
*/
|
*/
|
||||||
u32 g_evt_mask;
|
u32 g_evt_mask;
|
||||||
|
@ -39,8 +39,8 @@ static struct oz_evtdev g_evtdev;
|
||||||
*/
|
*/
|
||||||
void oz_event_init(void)
|
void oz_event_init(void)
|
||||||
{
|
{
|
||||||
/* Because g_evtdev is static external all fields initally zero so no
|
/* Because g_evtdev is static external all fields initially zero so no
|
||||||
* need to reinitialised those.
|
* need to reinitialized those.
|
||||||
*/
|
*/
|
||||||
oz_trace("Event tracing initialized\n");
|
oz_trace("Event tracing initialized\n");
|
||||||
spin_lock_init(&g_evtdev.lock);
|
spin_lock_init(&g_evtdev.lock);
|
||||||
|
|
Loading…
Reference in New Issue