Driver contains comments of form /*--------*/. These do not add to the clarity of the code, we should remove them. Driver has preprocessor directives (#if 0/1). These are not considered helpful. Checkpatch warns about them also. Patch 01 removes superfluous function comments. Patch 02 removes dead code. Tobin C. Harding (2): staging: ks7010: remove superfluous comments staging: ks7010: remove dead code drivers/staging/ks7010/TODO | 2 - drivers/staging/ks7010/ks7010_sdio.c | 40 +--- drivers/staging/ks7010/ks_wlan_net.c | 434 +---------------------------------- 3 files changed, 19 insertions(+), 457 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel