All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove checkpatch warnings
@ 2017-12-17  9:35 Shreeya Patel
  2017-12-17  9:37 ` [PATCH 1/4] Staging: rtl8723bs: Replace true with x and false with !x Shreeya Patel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Shreeya Patel @ 2017-12-17  9:35 UTC (permalink / raw)
  To: gregkh, devel, linux-kernel; +Cc: Shreeya Patel

This patchset removes some warnings generated by checkpatch
for cleanup of the rtl8723bs driver. Also some additional
cleanups are introduced in the *[1/4] and *[3/4] patches
to make the code according to the kernel coding style.


Shreeya Patel (4):
  Staging: rtl8723bs: Replace true with x and false with !x
  Staging: rtl8723bs: Change names to conform to the kernel code
  Staging: rtl8723bs: Change condition to assignment
  Staging: rtl8723bs: Use !x instead of NULL comparison

 drivers/staging/rtl8723bs/hal/sdio_ops.c | 722 +++++++++++++++----------------
 1 file changed, 360 insertions(+), 362 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-12-19 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17  9:35 [PATCH 0/4] Remove checkpatch warnings Shreeya Patel
2017-12-17  9:37 ` [PATCH 1/4] Staging: rtl8723bs: Replace true with x and false with !x Shreeya Patel
2017-12-17  9:45   ` Joe Perches
2017-12-17  9:51     ` Shreeya Patel
2017-12-17  9:39 ` [PATCH 2/4] Staging: rtl8723bs: Change names to conform to the kernel code Shreeya Patel
2017-12-19 14:29   ` [RFC PATCH] Staging: rtl8723bs: initinterrupt8723bsdio() can be static kbuild test robot
2017-12-17  9:40 ` [PATCH 3/4] Staging: rtl8723bs: Change condition to assignment Shreeya Patel
2017-12-17  9:42 ` [PATCH 4/4] Staging: rtl8723bs: Use !x instead of NULL comparison Shreeya Patel

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.