All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix several coding style errors
@ 2019-03-09 18:30 Guilherme Tadashi Maeoka
  2019-03-09 18:30 ` [PATCH 1/5] Staging: rtl8723bs: os_dep: Fix assignment in if condition Guilherme Tadashi Maeoka
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Guilherme Tadashi Maeoka @ 2019-03-09 18:30 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Guilherme Tadashi Maeoka

Fix space around operators, pointer definition, constant on the right
side, assignment outside of if condition and else to follow close brace
at staging: rtl8723bs: os_dep.

Guilherme Tadashi Maeoka (5):
  Staging: rtl8723bs: os_dep: Fix assignment in if condition
  Staging: rtl8723bs: os_dep: Fix space required coding style
  Staging: rtl8723bs: os_dep: Fix else to follow close brace
  Staging: rtl8723bs: os_dep: Fix space in pointer definition
  Staging: rtl8723bs: os_dep: Set constant on right side

 .../staging/rtl8723bs/os_dep/osdep_service.c  | 52 +++++++++----------
 1 file changed, 26 insertions(+), 26 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-03-17 11:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09 18:30 [PATCH 0/5] Fix several coding style errors Guilherme Tadashi Maeoka
2019-03-09 18:30 ` [PATCH 1/5] Staging: rtl8723bs: os_dep: Fix assignment in if condition Guilherme Tadashi Maeoka
2019-03-09 18:39   ` Joe Perches
2019-03-09 19:00     ` Guilherme T Maeoka
2019-03-17 11:39   ` Greg KH
2019-03-09 18:30 ` [PATCH 2/5] Staging: rtl8723bs: os_dep: Fix space required coding style Guilherme Tadashi Maeoka
2019-03-09 18:30 ` [PATCH 3/5] Staging: rtl8723bs: os_dep: Fix else to follow close brace Guilherme Tadashi Maeoka
2019-03-09 18:30 ` [PATCH 4/5] Staging: rtl8723bs: os_dep: Fix space in pointer definition Guilherme Tadashi Maeoka
2019-03-09 18:30 ` [PATCH 5/5] Staging: rtl8723bs: os_dep: Set constant on right side Guilherme Tadashi Maeoka
2019-03-17 11:07 ` [PATCH 0/5] Fix several coding style errors Greg KH

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.