From: Jan Kiszka <[email protected]> No functional changes.
Signed-off-by: Jan Kiszka <[email protected]> --- tools/ivshmem-demo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ivshmem-demo.c b/tools/ivshmem-demo.c index eb4721f3..318ce8e2 100644 --- a/tools/ivshmem-demo.c +++ b/tools/ivshmem-demo.c @@ -37,12 +37,12 @@ static volatile uint32_t *state, *rw, *in, *out; static inline uint32_t mmio_read32(void *address) { - return *(volatile uint32_t *)address; + return *(volatile uint32_t *)address; } static inline void mmio_write32(void *address, uint32_t value) { - *(volatile uint32_t *)address = value; + *(volatile uint32_t *)address = value; } static int uio_read_mem_size(char *devpath, int idx) -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/93cfb85a-82db-2d5e-c237-4f4fb4c547da%40web.de.
