All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: r8192U_wx.c: multiple style fixes
@ 2021-03-26  9:48 Bruno Raoult
  2021-03-26  9:48 ` [PATCH 1/5] r8192U_wx.c: style: alignment with open parenthesis Bruno Raoult
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bruno Raoult @ 2021-03-26  9:48 UTC (permalink / raw)
  To: gregkh, straube.linux, zhaoxiao, dan.carpenter
  Cc: linux-staging, linux-kernel, Bruno Raoult

These 5 patches fix different issues reported by checkpatch.pl on
drivers/staging/r8192U/r8192U_wx.c :

Bruno Raoult (5):
  r8192U_wx.c: style: alignment with open parenthesis
  r8192U_wx.c: style: spaces preferred around operators
  r8192U_wx.c: style: braces all arms of statement
  r8192U_wx.c: style: Unnecessary parentheses around expr
  r8192U_wx.c: style: avoid multiple blank lines

 drivers/staging/rtl8192u/r8192U_wx.c | 139 +++++++++++++--------------
 1 file changed, 69 insertions(+), 70 deletions(-)

Note: One checkpatch report about style remains in r8192U_wx.c after
applying these patches, to be fixed (?) in another patch.

--
2.27.0

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

end of thread, other threads:[~2021-03-26  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  9:48 [PATCH 0/5] staging: r8192U_wx.c: multiple style fixes Bruno Raoult
2021-03-26  9:48 ` [PATCH 1/5] r8192U_wx.c: style: alignment with open parenthesis Bruno Raoult
2021-03-26  9:48 ` [PATCH 2/5] r8192U_wx.c: style: spaces preferred around operators Bruno Raoult
2021-03-26  9:48 ` [PATCH 3/5] r8192U_wx.c: style: braces all arms of statement Bruno Raoult
2021-03-26  9:48 ` [PATCH 4/5] r8192U_wx.c: style: Unnecessary parentheses Bruno Raoult
2021-03-26  9:48 ` [PATCH 5/5] r8192U_wx.c: style: avoid multiple blank lines Bruno Raoult

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.