The following patch series makes several changes to improve readability of some functions around several header and source files. One checkpatch script warning and some camel cases are removed also. v2: * Remove compilation warning because a declaration after initialization in hostif_aplist_init factored out function v3: * PATCH 6/6: add blank line between declarations and normal code statements to better readability. Sergio Paracuellos (6): staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASK staging: ks7010: remove some dead code from ks_wlan_set_essid function staging: ks7010: avoid camel case in function name get_BYTE staging: ks7010: avoid camel case in function name get_WORD staging: ks7010: avoid camel case in function name get_DWORD staging: ks7010: factor out some functions from hostif_init drivers/staging/ks7010/ks_hostif.c | 140 +++++++++++++++++++++-------------- drivers/staging/ks7010/ks_wlan.h | 2 +- drivers/staging/ks7010/ks_wlan_net.c | 15 ---- 3 files changed, 84 insertions(+), 73 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel