From: Shaoqin Huang <[email protected]> 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 _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
