Commit 0619eda8 authored by Solomon Tan's avatar Solomon Tan Committed by Michael S. Tsirkin

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: default avatarSolomon Tan <solomonbstoner@protonmail.ch>
Message-Id: <YlzTUQa06sP94zxB@ArchDesktop>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 31532340
......@@ -657,7 +657,7 @@ static int vm_cmdline_set(const char *device,
int err;
struct resource resources[2] = {};
char *str;
long long int base, size;
long long base, size;
unsigned int irq;
int processed, consumed = 0;
struct platform_device *pdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment