staging: wlags49_h2: debug.h: fix up some coding style issues.
Minor stuff, just formatting. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4ecc8c02cb
commit
3e1eb78960
@ -83,7 +83,8 @@
|
|||||||
the types of messages displayed */
|
the types of messages displayed */
|
||||||
#ifndef DBG_LVL
|
#ifndef DBG_LVL
|
||||||
#define DBG_LVL 5 /* yields nothing via init_module,
|
#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*/
|
#endif /* DBG_LVL*/
|
||||||
|
|
||||||
|
|
||||||
@ -165,9 +166,9 @@
|
|||||||
} } while (0)
|
} } while (0)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *dbgName;
|
char *dbgName;
|
||||||
int dbgLevel;
|
int dbgLevel;
|
||||||
unsigned long DebugFlag;
|
unsigned long DebugFlag;
|
||||||
} dbg_info_t;
|
} dbg_info_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user