All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH v3 0/2] staging: Replace bit shifting with BIT macro
@ 2019-04-02 14:17 Payal Kshirsagar
  2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 1/2] staging: rtl8723bs: core: " Payal Kshirsagar
  2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 2/2] staging: rtlwifi: base.c: " Payal Kshirsagar
  0 siblings, 2 replies; 3+ messages in thread
From: Payal Kshirsagar @ 2019-04-02 14:17 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

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



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

end of thread, other threads:[~2019-04-02 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-02 14:17 [Outreachy kernel] [PATCH v3 0/2] staging: Replace bit shifting with BIT macro Payal Kshirsagar
2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 1/2] staging: rtl8723bs: core: " Payal Kshirsagar
2019-04-02 14:17 ` [Outreachy kernel] [PATCH v3 2/2] staging: rtlwifi: base.c: " Payal Kshirsagar

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.