Minor stuff, just formatting.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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*/
} } while (0)
typedef struct {
- char *dbgName;
- int dbgLevel;
- unsigned long DebugFlag;
+ char *dbgName;
+ int dbgLevel;
+ unsigned long DebugFlag;
} dbg_info_t;