diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:12:57 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:10:30 +0100 |
commit | eb667378543f97d7c7e7767daddbd9b39e07c1f8 (patch) | |
tree | 89a34938e26dd49c5127c99764f781a931530425 /src | |
parent | 557ad78d02dfff3db9e7fc21f05230a8fe482f7c (diff) |
sna: Typo in DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/sna/sna_accel.c | 2 | ||||
-rw-r--r-- | src/sna/sna_dri.c | 4 |
2 files changed, 3 insertions, 3 deletions
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, |