[PATCH] Staging: vt6655: Replace C99 comments in rf.h and rf.c.

2015-07-12 Thread Nicholas Parkanyi
This patch replaces C99 comments in rf.h and rf.c, with C89 comments, fixing the checkpatch.pl errors. Signed-off-by: Nicholas Parkanyi --- drivers/staging/vt6655/rf.c | 532 ++-- drivers/staging/vt6655/rf.h | 24 +- 2 files changed, 278 insertions

[PATCH] Staging: vt6655: Remove do { } while (0) from single-statement macros in upc.h.

2015-07-12 Thread Nicholas Parkanyi
This patch fixes checkpatch.pl warnings in upc.h regarding single-statement macros embedded within do { } while (0) blocks. Signed-off-by: Nicholas Parkanyi --- drivers/staging/vt6655/upc.h | 36 1 file changed, 12 insertions(+), 24 deletions(-) diff --git

[PATCH] staging: vt6655: Replace C99 comments in power.c and upc.h.

2014-12-30 Thread Nicholas Parkanyi
function ERROR: do not use C99 // comments + // disable power saving hw function ERROR: do not use C99 // comments + //clear AutoSleep ERROR: do not use C99 // comments + //clear HWUTSF ERROR: do not use C99 // comments + // set always listen beacon Signed-off-by: Nicholas