All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8712: Spacing and alignment cleanup
@ 2019-10-31 22:44 Frank A. Cancio Bello
  2019-10-31 22:45 ` [PATCH 1/3] staging: rtl8712: Fix parentheses alignment Frank A. Cancio Bello
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frank A. Cancio Bello @ 2019-10-31 22:44 UTC (permalink / raw)
  To: gregkh
  Cc: outreachy-kernel, saiprakash.ranjan, joel, Larry Finger,
	Florian Schilhabel

This patchset fixes minor issues with spacing and alignment.
Three types of checkpatch.pl messages are addressed:
  - UNNECESSARY_PARENTHESES
  - LINE_SPACING
  - PARENTHESIS_ALIGNMENT

Frank A. Cancio Bello (3):
  staging: rtl8712: Fix parentheses alignment
  staging: rtl8712: Fix spacing issues
  staging: rtl8712: Remove unnecessary parentheses

 drivers/staging/rtl8712/os_intfs.c      |  2 +-
 drivers/staging/rtl8712/osdep_service.h |  2 +-
 drivers/staging/rtl8712/rtl8712_recv.c  | 16 ++++++++--------
 drivers/staging/rtl8712/rtl8712_xmit.c  | 21 +++++++++++----------
 drivers/staging/rtl8712/rtl871x_cmd.h   |  9 +++++++++
 drivers/staging/rtl8712/rtl871x_event.h |  1 +
 6 files changed, 31 insertions(+), 20 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-10-31 22:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-31 22:44 [PATCH 0/3] staging: rtl8712: Spacing and alignment cleanup Frank A. Cancio Bello
2019-10-31 22:45 ` [PATCH 1/3] staging: rtl8712: Fix parentheses alignment Frank A. Cancio Bello
2019-10-31 22:45 ` [PATCH 2/3] staging: rtl8712: Fix spacing issues Frank A. Cancio Bello
2019-10-31 22:46 ` [PATCH 3/3] staging: rtl8712: Remove unnecessary parentheses 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.