diff --git a/drivers/staging/wlags49_h2/debug.h b/drivers/staging/wlags49_h2/debug.h index 10aa2b3ecbc4..03d6836eea3e 100644 --- a/drivers/staging/wlags49_h2/debug.h +++ b/drivers/staging/wlags49_h2/debug.h @@ -83,7 +83,8 @@ the types of messages displayed */ #ifndef DBG_LVL #define DBG_LVL 5 /* yields nothing via init_module, - original value of 5 yields DBG_TRACE_ON and DBG_VERBOSE_ON */ + original value of 5 yields + DBG_TRACE_ON and DBG_VERBOSE_ON */ #endif /* DBG_LVL*/ @@ -165,9 +166,9 @@ } } while (0) typedef struct { - char *dbgName; - int dbgLevel; - unsigned long DebugFlag; + char *dbgName; + int dbgLevel; + unsigned long DebugFlag; } dbg_info_t;