[PATCH v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)

From: Nandha Kumar Singaram
Date: Wed Oct 18 2023 - 15:45:11 EST


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

v2: Ammended wording in subject line for all the patches
Suggested by Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Nandha Kumar Singaram (2):
staging: qlge: Fix coding style in qlge.h
staging: qlge: Prefer using the BIT macro

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