All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: vt6655: Code style cleanup
@ 2019-11-01 23:20 Frank A. Cancio Bello
  2019-11-01 23:21 ` [PATCH v2 1/4] staging: vt6655: Fix parameter alignment issues Frank A. Cancio Bello
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Frank A. Cancio Bello @ 2019-11-01 23:20 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, saiprakash.ranjan, joel, Forest Bond

Code style issues like wrong spacing, long lines, open ended parameter
and alignment make the code harder to read. This patchset improves the
code to comply with the preferred coding style for the linux kernel.
Issues found by checkpatch.

Changes in v2 by Julia Lawall suggestion:
  - Improves log messages on all of the patches.
  - Remove the checkpatch messages.
  - Long line issues are in its own patch.

Frank A. Cancio Bello (4):
  staging: vt6655: Fix parameter alignment issues
  staging: vt6655: Fix the spacing around operators
  staging: vt6655: Fix open ended lines
  staging: vt6655: Fix long lines

 drivers/staging/vt6655/card.h        |  2 +-
 drivers/staging/vt6655/device_main.c | 14 ++++++++------
 drivers/staging/vt6655/power.c       | 10 ++--------
 drivers/staging/vt6655/rf.c          |  5 +++--
 drivers/staging/vt6655/rf.h          | 19 +++++--------------
 drivers/staging/vt6655/rxtx.c        |  5 +++--
 6 files changed, 22 insertions(+), 33 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-11-01 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-01 23:20 [PATCH v2 0/4] staging: vt6655: Code style cleanup Frank A. Cancio Bello
2019-11-01 23:21 ` [PATCH v2 1/4] staging: vt6655: Fix parameter alignment issues Frank A. Cancio Bello
2019-11-01 23:22 ` [PATCH v2 2/4] staging: vt6655: Fix the spacing around operators Frank A. Cancio Bello
2019-11-01 23:23 ` [PATCH v2 3/4] staging: vt6655: Fix open ended lines Frank A. Cancio Bello
2019-11-01 23:25 ` [PATCH v2 4/4] staging: vt6655: Fix long lines Frank A. Cancio Bello

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.