]> Pileus Git - ~andy/linux/commitdiff
staging: wlags49_h2: debug.h: fix up some coding style issues.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 17:48:53 +0000 (09:48 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 17:48:53 +0000 (09:48 -0800)
Minor stuff, just formatting.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/debug.h

index 10aa2b3ecbc47ce4bae5618950c82e8a4cdf7ec1..03d6836eea3ed06cb06fd22412c26c13df12f10a 100644 (file)
@@ -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*/
 
 
                } } while (0)
 
 typedef struct {
-    char           *dbgName;
-    int             dbgLevel;
-    unsigned long   DebugFlag;
+       char            *dbgName;
+       int             dbgLevel;
+       unsigned long   DebugFlag;
 } dbg_info_t;