diff options
author | 2024-09-03 11:53:58 +0800 | |
---|---|---|
committer | 2024-09-04 11:57:48 +0200 | |
commit | 85a147a986e4feafb9286fabaf03a302a611cd85 (patch) | |
tree | ba7b3a629e1d27245ced2c98c2c8c39de6c1f971 /include/linux/console.h | |
parent | lockdep: Mark emergency sections in lockdep splats (diff) | |
download | wireguard-linux-85a147a986e4feafb9286fabaf03a302a611cd85.tar.xz wireguard-linux-85a147a986e4feafb9286fabaf03a302a611cd85.zip |
printk: Use the BITS_PER_LONG macro
sizeof(unsigned long) * 8 is the number of bits in an unsigned long
variable, replace it with BITS_PER_LONG macro to make it simpler.
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20240903035358.308482-1-ruanjinjie@huawei.com
Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'include/linux/console.h')
0 files changed, 0 insertions, 0 deletions