[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1635415820.git.karolinadrobnik@gmail.com>
Date: Thu, 28 Oct 2021 11:35:30 +0100
From: Karolina Drobnik <karolinadrobnik@...il.com>
To: outreachy-kernel@...glegroups.com
Cc: gregkh@...uxfoundation.org, forest@...ttletooquiet.net,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Karolina Drobnik <karolinadrobnik@...il.com>
Subject: [PATCH 0/7] staging: vt6655: Fix line wrapping in `RFvWriteWakeProgSyn`
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
Powered by blists - more mailing lists