>
> Signed-off-by: Jeremy White
I would use
(a) (b) value
syntax instead of
(a) ((b) value)
syntax.
Also I think that once you converted to uintptr_t there's no reason
to explicitly cast to QXLPHYSICAL or uint64_t.
> ---
> src/scan.c| 6 +++---
> src/session.c | 8
> src/s
Signed-off-by: Jeremy White
---
src/scan.c| 6 +++---
src/session.c | 8
src/spice.c | 18 +++---
3 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/src/scan.c b/src/scan.c
index bb020de..ebadaf8 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -70,7 +70,7 @@