diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 09:48:53 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 09:48:53 -0800 |
commit | 3e1eb789601be29a96a076c381682f04cc5a2b5b (patch) | |
tree | 530b36f834b5c33fc8c32adf617e0b556618716b | |
parent | 4ecc8c02cbd04a6dc6503013ed7ce1e5d4dc5cb7 (diff) | |
download | op-kernel-dev-3e1eb789601be29a96a076c381682f04cc5a2b5b.zip op-kernel-dev-3e1eb789601be29a96a076c381682f04cc5a2b5b.tar.gz |
staging: wlags49_h2: debug.h: fix up some coding style issues.
Minor stuff, just formatting.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/wlags49_h2/debug.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/staging/wlags49_h2/debug.h b/drivers/staging/wlags49_h2/debug.h index 10aa2b3..03d6836 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; |