All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c
@ 2022-10-27  8:59 ` Tanjuate Brunostar
  0 siblings, 0 replies; 39+ messages in thread
From: Tanjuate Brunostar @ 2022-10-27  6:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, outreachy, Tanjuate Brunostar

The fixes are similar, mostly long lines splitting. I had to make
serveral patches to ease the work of inspectors

v2: fixed a compilation error found by the kernel test robot and
recompiled the code

v3: tends out the error persisted in the second version. this version is
a correction of that

v4: did some corrections as recommended by Greg KH

v5: shortend changelog comments as recommended by Greg KH

Tanjuate Brunostar (6):
  staging: vt6655: fix lines ending in a '('
  staging: vt6655: refactor code in s_uGetRTSCTSDuration
  staging: vt6655: refactor code in s_uFillDataHead
  staging: vt6655: refactor code in s_vGenerateTxParamete
  staging: vt6655: refactor code in the rest of the file
  staging: vt6655: refactor code to avoid a line ending in '('

 drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++--------------
 1 file changed, 324 insertions(+), 218 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2022-10-28 17:59 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  6:01 [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Tanjuate Brunostar
2022-10-28  6:34 ` Tanjuate Brunostar
2022-10-27  9:05 ` Tanjuate Brunostar
2022-10-27  8:59 ` Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 1/6] staging: vt6655: fix lines ending in a '(' Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 1/6] staging: vt6655: fix lines of code " Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 1/6] staging: vt6655: fix lines " Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar
2022-10-27  9:20   ` Greg KH
2022-10-28  5:55   ` [PATCH v6 " Philipp Hortmann
2022-10-28 14:57   ` [PATCH v7 1/6] staging: vt6655: fix lines of code " Philipp Hortmann
2022-10-28 16:42     ` Tanju Brunostar
2022-10-28 17:52   ` Alison Schofield
2022-10-28 17:59     ` Tanju Brunostar
2022-10-27  6:01 ` [PATCH v5 2/6] staging: vt6655: refactor code in s_uGetRTSCTSDuration Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 2/6] staging: vt6655: split code lines " Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 2/6] staging: vt6655: refactor code " Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar
2022-10-27  6:37   ` Greg KH
2022-10-27  9:19   ` Greg KH
2022-10-27 13:09     ` Tanju Brunostar
2022-10-27 14:50       ` Greg KH
2022-10-27  6:01 ` [PATCH v5 3/6] staging: vt6655: refactor code in s_uFillDataHead Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 3/6] staging: vt6655: split long lines of " Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 3/6] staging: vt6655: refactor " Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 4/6] staging: vt6655: refactor code in s_vGenerateTxParameter Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 4/6] staging: vt6655: split long lines of " Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 4/6] staging: vt6655: refactor " Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 5/6] staging: vt6655: refactor code in the rest of the file Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 5/6] staging: vt6655: split long lines of code in " Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 5/6] staging: vt6655: refactor code in the rest of " Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 6/6] staging: vt6655: refactor code to avoid a line ending in '(' Tanjuate Brunostar
2022-10-28 17:40   ` [PATCH v7 6/6] staging: vt6655: fix lines of code ending in a '(' Tanjuate Brunostar
2022-10-28  6:39   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 6/6] staging: vt6655: refactor code to avoid a line ending in '(' Tanjuate Brunostar
2022-10-27  8:59   ` [PATCH v5 " Tanjuate Brunostar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.