This set of patches fixes all checkpatch errors and most warnings. The exceptions are a few lines over 80 characters where there is no obvious place to break the line. The code in these sections needs to be refactored. Also included is a patch to use a 64-bit quantity to store the time in jiffies rather than as a high- and low-part in 32-bit words. One other patch removes some extraneous log entries. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Larry Finger (20): staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I staging: rtl8192e: Modify time handling staging: rtl8192e: Remove extraneous log message staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part II staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IV staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VI staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VII staging: rtl8192e: Fix missing include of vmalloc.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VIII staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IX staging: rtl8192e: Cleanup checkpatch -f errors - Part X staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XII staging: rtl8192e: Cleanup checkpatch -f errors - Part XIII staging: rtl8192e: Cleanup checkpatch -f errors - Part XIV staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XV staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVI staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVII staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVIII drivers/staging/rtl8192e/r8190P_def.h | 72 +- drivers/staging/rtl8192e/r8190P_rtl8256.c | 186 ++- drivers/staging/rtl8192e/r8190P_rtl8256.h | 11 +- drivers/staging/rtl8192e/r8192E_cmdpkt.c | 196 +-- drivers/staging/rtl8192e/r8192E_cmdpkt.h | 45 +- drivers/staging/rtl8192e/r8192E_dev.c | 2275 +++++++++++++------------ drivers/staging/rtl8192e/r8192E_dev.h | 30 +- drivers/staging/rtl8192e/r8192E_firmware.c | 156 +- drivers/staging/rtl8192e/r8192E_firmware.h | 4 +- drivers/staging/rtl8192e/r8192E_hw.h | 76 +- drivers/staging/rtl8192e/r8192E_hwimg.c | 1043 ++++++------ drivers/staging/rtl8192e/r8192E_phy.c | 1465 ++++++++-------- drivers/staging/rtl8192e/r8192E_phy.h | 84 +- drivers/staging/rtl8192e/rtl819x_BA.h | 5 +- drivers/staging/rtl8192e/rtl819x_BAProc.c | 403 ++--- drivers/staging/rtl8192e/rtl819x_HT.h | 25 +- drivers/staging/rtl8192e/rtl819x_HTProc.c | 876 +++++----- drivers/staging/rtl8192e/rtl819x_Qos.h | 245 ++-- drivers/staging/rtl8192e/rtl819x_TS.h | 2 + drivers/staging/rtl8192e/rtl819x_TSProc.c | 373 ++--- drivers/staging/rtl8192e/rtl_cam.c | 325 ++--- drivers/staging/rtl8192e/rtl_cam.h | 10 +- drivers/staging/rtl8192e/rtl_core.c | 2361 +++++++++++++------------- drivers/staging/rtl8192e/rtl_core.h | 744 ++++---- drivers/staging/rtl8192e/rtl_crypto.h | 80 +- drivers/staging/rtl8192e/rtl_debug.c | 718 ++++---- drivers/staging/rtl8192e/rtl_debug.h | 236 ++-- drivers/staging/rtl8192e/rtl_dm.c | 2426 ++++++++++++-------------- drivers/staging/rtl8192e/rtl_dm.h | 61 +- drivers/staging/rtl8192e/rtl_eeprom.c | 69 +- drivers/staging/rtl8192e/rtl_eeprom.h | 2 +- drivers/staging/rtl8192e/rtl_pci.c | 21 +- drivers/staging/rtl8192e/rtl_pci.h | 6 +- drivers/staging/rtl8192e/rtl_pm.c | 136 +- drivers/staging/rtl8192e/rtl_pm.h | 8 +- drivers/staging/rtl8192e/rtl_ps.c | 209 ++-- drivers/staging/rtl8192e/rtl_ps.h | 4 +- drivers/staging/rtl8192e/rtl_wx.c | 754 ++++----- drivers/staging/rtl8192e/rtl_wx.h | 2 +- drivers/staging/rtl8192e/rtllib.h | 1232 +++++++------ drivers/staging/rtl8192e/rtllib_crypt.c | 6 +- drivers/staging/rtl8192e/rtllib_crypt.h | 8 +- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 30 +- drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 124 +- drivers/staging/rtl8192e/rtllib_crypt_wep.c | 74 +- drivers/staging/rtl8192e/rtllib_endianfree.h | 66 +- drivers/staging/rtl8192e/rtllib_module.c | 30 +- drivers/staging/rtl8192e/rtllib_rx.c | 1528 ++++++++--------- drivers/staging/rtl8192e/rtllib_softmac.c | 2007 +++++++++++----------- drivers/staging/rtl8192e/rtllib_softmac_wx.c | 177 +- drivers/staging/rtl8192e/rtllib_tx.c | 509 +++--- drivers/staging/rtl8192e/rtllib_wx.c | 472 +++--- 52 files changed, 10930 insertions(+), 11077 deletions(-) -- 1.7.3.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel