[Spice-devel] [PATCH qxl-win] (mp+dd) whitespace cleanup
Alon Levy
alevy at redhat.com
Mon Jun 20 03:59:40 PDT 2011
---
display/driver.c | 1 -
display/res.c | 3 ++-
miniport/qxl.c | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/display/driver.c b/display/driver.c
index fa82945..4e4e510 100644
--- a/display/driver.c
+++ b/display/driver.c
@@ -695,7 +695,6 @@ static BOOLEAN CreateVRamSlot(PDev *pdev)
return TRUE;
}
-
static BOOL PrepareHardware(PDev *pdev)
{
VIDEO_MEMORY video_mem;
diff --git a/display/res.c b/display/res.c
index b0e6208..71e2b98 100644
--- a/display/res.c
+++ b/display/res.c
@@ -323,7 +323,8 @@ static void WaitForReleaseRing(PDev* pdev)
if (SPICE_RING_IS_EMPTY(pdev->release_ring)) {
#ifdef DBG
DEBUG_PRINT((pdev, 0, "%s: 0x%lx: timeout\n", __FUNCTION__, pdev));
- DEBUG_PRINT((pdev, 0, "\tfree %d out %d path %d rect %d bits %d\n",
+ DEBUG_PRINT((pdev, 0,
+ "\tfree %d out %d path %d rect %d bits %d buf %d glyph %d cursor %d\n",
pdev->Res->num_free_pages,
pdev->Res->num_outputs,
pdev->Res->num_path_pages,
diff --git a/miniport/qxl.c b/miniport/qxl.c
index 412c4e7..f98ca31 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -1057,9 +1057,9 @@ BOOLEAN StartIO(PVOID dev_extension, PVIDEO_REQUEST_PACKET packet)
driver_info->num_mem_slot = dev_ext->rom->slots_end;
driver_info->slot_gen_bits = dev_ext->rom->slot_gen_bits;
driver_info->slot_id_bits = dev_ext->rom->slot_id_bits;
- driver_info->slots_generation = &dev_ext->rom->slot_generation;
- driver_info->ram_slot_start = &dev_ext->ram_header->mem_slot.mem_start;
- driver_info->ram_slot_end = &dev_ext->ram_header->mem_slot.mem_end;
+ driver_info->slots_generation = &dev_ext->rom->slot_generation;
+ driver_info->ram_slot_start = &dev_ext->ram_header->mem_slot.mem_start;
+ driver_info->ram_slot_end = &dev_ext->ram_header->mem_slot.mem_end;
driver_info->main_mem_slot = dev_ext->mem_slots[driver_info->main_mem_slot_id];
#if (WINVER < 0x0501)
--
1.7.5.2
More information about the Spice-devel
mailing list