lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <cover.1697568757.git.nandhakumar.singaram@gmail.com> Date: Tue, 17 Oct 2023 12:03:57 -0700 From: Nandha Kumar Singaram <nandhakumar.singaram@...il.com> To: Manish Chopra <manishc@...vell.com>, GR-Linux-NIC-Dev@...vell.com, Coiby Xu <coiby.xu@...il.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, netdev@...r.kernel.org, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org Cc: kumaran.4353@...il.com Subject: [PATCH 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x) 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
Powered by blists - more mailing lists