virtio: Replace long long int with long long
authorSolomon Tan <solomonbstoner@protonmail.ch>
Mon, 18 Apr 2022 02:56:24 +0000 (02:56 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 31 May 2022 16:45:09 +0000 (12:45 -0400)
commit0619eda83d905a9e8eedfb5699d6f520f901281c
tree2e0c9dc0cbd16f8ea617ca3ec61f3d9632520845
parent3153234097f6a0d06981565eb3eec3cb37dea8f8
virtio: Replace long long int with long long

This patch addresses the checkpatch.pl warning that long long is
preferred over long long int.

Signed-off-by: Solomon Tan <solomonbstoner@protonmail.ch>
Message-Id: <YlzTUQa06sP94zxB@ArchDesktop>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_mmio.c