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

From: Nandha Kumar Singaram
Date: Tue Oct 17 2023 - 15:04:09 EST


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