From eb667378543f97d7c7e7767daddbd9b39e07c1f8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 26 Sep 2012 15:12:57 +0100 Subject: sna: Typo in DBG Signed-off-by: Chris Wilson --- src/sna/sna_accel.c | 2 +- src/sna/sna_dri.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index 5e3280ec..7f64741a 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -2571,7 +2571,7 @@ sna_drawable_use_bo(DrawablePtr drawable, unsigned flags, const BoxRec *box, int16_t dx, dy; int ret; - DBG(("%s pixmap=%ld, box=((%d, %d), (%d, %d)), flagss=%x...\n", + DBG(("%s pixmap=%ld, box=((%d, %d), (%d, %d)), flags=%x...\n", __FUNCTION__, pixmap->drawable.serialNumber, box->x1, box->y1, box->x2, box->y2, diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c index a59580b7..88dec3a3 100644 --- a/src/sna/sna_dri.c +++ b/src/sna/sna_dri.c @@ -1373,8 +1373,8 @@ static void sna_dri_flip_event(struct sna *sna, /* We assume our flips arrive in order, so we don't check the frame */ switch (flip->type) { case DRI2_FLIP: - DBG(("%s: flip complete (drawable gone? %d)\n" - , __FUNCTION__, flp->draw == NULL)); + DBG(("%s: flip complete (drawable gone? %d)\n", + __FUNCTION__, flip->draw == NULL)); if (flip->draw) DRI2SwapComplete(flip->client, flip->draw, flip->fe_frame, -- cgit v1.2.3