netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
@ 2023-10-17 19:03 Nandha Kumar Singaram
  2023-10-17 19:05 ` [PATCH 1/2] " Nandha Kumar Singaram
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nandha Kumar Singaram @ 2023-10-17 19:03 UTC (permalink / raw)
  To: Manish Chopra, GR-Linux-NIC-Dev, Coiby Xu, Greg Kroah-Hartman,
	netdev, linux-staging, linux-kernel
  Cc: kumaran.4353

This patchset performs code cleanup in qlge driver as per
linux coding style and may be applied in any sequence.

Nandha Kumar Singaram (2):
  staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
  staging: qlge: Replace the occurrences of (1<<x) by BIT(x)

 drivers/staging/qlge/qlge.h      | 388 +++++++++++++++----------------
 drivers/staging/qlge/qlge_main.c |   8 +-
 drivers/staging/qlge/qlge_mpi.c  |   2 +-
 3 files changed, 199 insertions(+), 199 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-18 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 19:03 [PATCH 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x) Nandha Kumar Singaram
2023-10-17 19:05 ` [PATCH 1/2] " Nandha Kumar Singaram
2023-10-17 19:06 ` [PATCH 2/2] " Nandha Kumar Singaram
2023-10-18 13:28 ` [PATCH 0/2] " Greg Kroah-Hartman
2023-10-18 17:01   ` Nandha Kumar Singaram

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).