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
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
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