projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3153234
)
virtio: Replace long long int with long long
author
Solomon Tan
<solomonbstoner@protonmail.ch>
Mon, 18 Apr 2022 02:56:24 +0000
(
02:56
+0000)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 31 May 2022 16:45:09 +0000
(12:45 -0400)
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
patch
|
blob
|
history
diff --git
a/drivers/virtio/virtio_mmio.c
b/drivers/virtio/virtio_mmio.c
index b717302dc4acdf40b981e46b593e4aeb1383b90f..839684d672af49c35d53b6726d8f3565eb7fe761 100644
(file)
--- 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;