This patch set is a series of small refactorings of the function `RFvWriteWakeProgSyn`, now renamed to `rf_write_wake_prog_syn`. The work here allowed to shorten lines marked by checkpatch.pl as being too long by: * introducing two new temporary variables (`idx` and `data`) * rewriting a conditional to switch between two modes of AL7320 initialization. In addition to this, the patch set renames the function to align it with the kernel coding style and updates the function description. Karolina Drobnik (7): staging: vt6655: Introduce `idx` temporary variable staging: vt6655: Use incrementation in `idx` staging: vt6655: Remove unused `i` increments staging: vt6655: Introduce `data` temporary variable staging: vt6655: Rewrite conditional in AL7320 initialization staging: vt6655: Rename `RFvWriteWakeProgSyn` function staging: vt6655: Update comment for `rf_write_wake_prog_syn` drivers/staging/vt6655/channel.c | 2 +- drivers/staging/vt6655/rf.c | 41 +++++++++++++++----------------- drivers/staging/vt6655/rf.h | 2 +- 3 files changed, 21 insertions(+), 24 deletions(-) -- 2.30.2