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

This patchset fixes minor spacing, alignment, and open-ended lines.
Three types of checkpatch.pl messages are addressed:
  - CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
  - CHECK:SPACING: spaces preferred around that
  - CHECK:OPEN_ENDED_LINE: Lines should not end with a '('

Frank A. Cancio Bello (3):
  staging: vt6655: Fix parameters alignment issues
  staging: vt6655: Fix the spacing around operators
  staging: vt6655: Fix open ended 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          |  4 ++--
 drivers/staging/vt6655/rf.h          | 19 +++++--------------
 drivers/staging/vt6655/rxtx.c        |  5 +++--
 6 files changed, 21 insertions(+), 33 deletions(-)

-- 
2.17.1



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-01  4:20 [PATCH 0/3] staging: vt6655: Fix alignment, spacing and open-ended lines Frank A. Cancio Bello
2019-11-01  4:20 ` [PATCH 1/3] staging: vt6655: Fix parameters alignment issues Frank A. Cancio Bello
2019-11-01  7:32   ` [Outreachy kernel] " Julia Lawall
2019-11-01  4:21 ` [PATCH 2/3] staging: vt6655: Fix the spacing around operators Frank A. Cancio Bello
2019-11-01  4:22 ` [PATCH 3/3] staging: vt6655: Fix open ended lines Frank A. Cancio Bello
2019-11-01  7:34 ` [Outreachy kernel] [PATCH 0/3] staging: vt6655: Fix alignment, spacing and open-ended lines Julia Lawall

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.