* [PATCH 2/2] virtio: Replace long long int with long long
@ 2022-04-18 2:56 Solomon Tan
0 siblings, 0 replies; only message in thread
From: Solomon Tan @ 2022-04-18 2:56 UTC (permalink / raw)
To: mst, jasowang, virtualization, linux-kernel
This patch addresses the checkpatch.pl warning that long long is
preferred over long long int.
Signed-off-by: Solomon Tan <solomonbstoner@protonmail.ch>
---
drivers/virtio/virtio_mmio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c
index b717302dc4ac..839684d672af 100644
--- a/drivers/virtio/virtio_mmio.c
+++ b/drivers/virtio/virtio_mmio.c
@@ -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;
--
2.35.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-18 2:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18 2:56 [PATCH 2/2] virtio: Replace long long int with long long Solomon Tan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox