All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shreeya Patel <shreeya.patel23498@gmail.com>
To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Cc: Shreeya Patel <shreeya.patel23498@gmail.com>, linux-usb@vger.kernel.org
Subject: [PATCH v2 0/4] Remove checkpatch warnings
Date: Wed, 17 Jan 2018 00:24:50 +0530	[thread overview]
Message-ID: <cover.1516127876.git.shreeya.patel23498@gmail.com> (raw)

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 the patches [2/4], [3/4] and [4/4].


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

             reply	other threads:[~2018-01-16 18:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16 18:54 Shreeya Patel [this message]
2018-01-17 13:58 ` [PATCH v2 0/4] Remove checkpatch warnings Greg KH
2018-01-17 15:36   ` Shreeya Patel
2018-01-17 16:00     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2018-01-16 18:57 [v2,2/4] Staging: rtl8723bs: Change names to conform to the kernel code Shreeya Patel
2018-01-16 19:01 ` [PATCH v2 2/4] " Shreeya Patel
2018-01-16 19:03 [v2,3/4] Staging: rtl8723bs: Change condition to assignment Shreeya Patel
2018-01-16 19:03 ` [PATCH v2 3/4] " Shreeya Patel
2018-01-16 19:05 [v2,4/4] Staging: rtl8723bs: Use !x instead of NULL comparison Shreeya Patel
2018-01-16 19:05 ` [PATCH v2 4/4] " Shreeya Patel
2018-01-17  9:51 [v2,3/4] Staging: rtl8723bs: Change condition to assignment Dan Carpenter
2018-01-17  9:51 ` [PATCH v2 3/4] " Dan Carpenter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1516127876.git.shreeya.patel23498@gmail.com \
    --to=shreeya.patel23498@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.