staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
authorNandha Kumar Singaram <nandhakumar.singaram@gmail.com>
Sun, 15 Oct 2023 13:35:58 +0000 (06:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Oct 2023 16:21:27 +0000 (18:21 +0200)
commitb25c17e5c2497d13857772d411142daa20c70e59
tree6b96df4cf1de2641fead53a813441e1e0d4c9ce1
parent4aa8371e4a9b9d77372e8535144da8c5d99aac7d
staging: qlge: Replace the occurrences of (1<<x) by BIT(x)

Adhere to linux coding style. Reported by checkpatch.pl:
CHECK: Prefer using the BIT macro

Signed-off-by: Nandha Kumar Singaram <nandhakumar.singaram@gmail.com>
Link: https://lore.kernel.org/r/20231015133558.GA5489@ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge.h