[PATCH 0/2] virtio: use helper function is_power_of_2()
From: shaoqin . huang
Date: Fri Oct 21 2022 - 02:27:45 EST
From: Shaoqin Huang <shaoqin.huang@xxxxxxxxx>
Use helper function is_power_of_2() to check if num is power of two.
Minor readability improvement.
Shaoqin Huang (2):
virtio_pci: use helper function is_power_of_2()
virtio_ring: use helper function is_power_of_2()
drivers/virtio/virtio_pci_modern.c | 2 +-
drivers/virtio/virtio_ring.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.34.1