summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-11-04 13:40:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-11-04 13:40:13 +0000
commit465515a1446fd05fdc4691522803c94515187b4c (patch)
treec34880cc263d1528d5f64f6fc31fbe496927c2a2
parenta26c5d44ccaa7e9ff931948032b073f0a550343a (diff)
sna: Silly compile fix, escaped when testing uxa
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/kgem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index 310f8b59..b0e76b7a 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -512,7 +512,7 @@ void _kgem_add_bo(struct kgem *kgem, struct kgem_bo *bo)
list_move(&bo->request, &kgem->next_request->buffers);
- /* XXX is it worth working around gcc here?
+ /* XXX is it worth working around gcc here? */
kgem->flush |= bo->flush;
kgem->sync |= bo->sync;
}