rtl8188eu: Fix checkpatch errors in hal/odm_HWConfig.c and hal/odm_debug.c

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-08-07 14:30:06 -05:00
parent bc21c61991
commit f083317939
2 changed files with 243 additions and 542 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,22 +18,15 @@
*
******************************************************************************/
/* */
/* include files */
/* */
#include "odm_precomp.h"
void
ODM_InitDebugSetting(
struct odm_dm_struct * pDM_Odm
)
void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm)
{
pDM_Odm->DebugLevel = ODM_DBG_TRACE;
pDM_Odm->DebugLevel = ODM_DBG_TRACE;
pDM_Odm->DebugComponents =
\
0;
pDM_Odm->DebugComponents = 0;
}
u32 GlobalDebugLevel;