All of lore.kernel.org
 help / color / mirror / Atom feed
From: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Subject: [Outreachy kernel] [PATCH v3 0/2] staging: Replace bit shifting with BIT macro
Date: Tue,  2 Apr 2019 19:47:27 +0530	[thread overview]
Message-ID: <cover.1554214359.git.payal.s.kshirsagar.98@gmail.com> (raw)

Challenge suggested by coccinelle.
Prefer using BIT and replace bit shifting with the BIT(x) macro.

Changes in v2:
        -Remove type cast.

Changes in v3:
	-Align comments properly.

Payal Kshirsagar (2):
  staging: rtl8723bs: core: Replace bit shifting with BIT macro
  staging: rtlwifi: base.c: Replace bit shifting with BIT macro

 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
 drivers/staging/rtlwifi/base.c                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4



             reply	other threads:[~2019-04-02 14:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02 14:17 Payal Kshirsagar [this message]
2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 1/2] staging: rtl8723bs: core: Replace bit shifting with BIT macro Payal Kshirsagar
2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 2/2] staging: rtlwifi: base.c: " Payal Kshirsagar

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.1554214359.git.payal.s.kshirsagar.98@gmail.com \
    --to=payal.s.kshirsagar.98@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /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.