diff options
author | Jinjie Ruan <ruanjinjie@huawei.com> | 2024-09-03 11:53:58 +0800 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2024-09-04 11:57:48 +0200 |
commit | 85a147a986e4feafb9286fabaf03a302a611cd85 (patch) | |
tree | ba7b3a629e1d27245ced2c98c2c8c39de6c1f971 /lib/crypto/mpi/mpi-bit.c | |
parent | 59cd94ef80094857f0d0085daa2e32badc4cddf4 (diff) |
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 'lib/crypto/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions