linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Remove checkpatch warnings
@ 2018-01-24  0:06 Shreeya Patel
  2018-01-24  0:08 ` [PATCH v4 1/4] Staging: rtl8723bs: Replace true with x and false with !x Shreeya Patel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shreeya Patel @ 2018-01-24  0:06 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.

Changes in v2
  -Rebase and resend all patches.

Changes in v3
  -Edit the commit message in patch *[2/4] and remove
   dead code from the patch *[3/4].

Changes in v4
  -Remove some errors from *[2/4] found during build time.

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: Remove dead code
  Staging: rtl8723bs: Use !x instead of NULL comparison

 drivers/staging/rtl8723bs/hal/sdio_ops.c | 733 +++++++++++++++----------------
 1 file changed, 358 insertions(+), 375 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-01-24  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24  0:06 [PATCH v4 0/4] Remove checkpatch warnings Shreeya Patel
2018-01-24  0:08 ` [PATCH v4 1/4] Staging: rtl8723bs: Replace true with x and false with !x Shreeya Patel
2018-01-24  0:09 ` [PATCH v4 2/4] Staging: rtl8723bs: Change names to conform to the kernel code Shreeya Patel
2018-01-24  0:11 ` [PATCH v4 3/4] Staging: rtl8723bs: Remove dead code Shreeya Patel
2018-01-24  0:13 ` [PATCH v4 4/4] Staging: rtl8723bs: Use !x instead of NULL comparison Shreeya Patel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).