[PATCH v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
Posted by
Nandha Kumar Singaram
2 years, 1 month ago
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@linuxfoundation.org>
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
Re: [PATCH v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
Posted by
Greg Kroah-Hartman
2 years, 1 month ago
On Wed, Oct 18, 2023 at 12:45:01PM -0700, Nandha Kumar Singaram wrote:
> This patchset performs code cleanup in qlge driver as per
> linux coding style and may be applied in any sequence.
Sorry, but this driver just got dropped entirely in my tree, see this
link for the details:
https://lore.kernel.org/r/20231020124457.312449-1-benjamin.poirier@gmail.com