OSDN Git Service

i965: Fix up too-wide comment
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 16 Jan 2015 22:42:27 +0000 (14:42 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 16 Jan 2015 22:42:27 +0000 (14:42 -0800)
Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/intel_batchbuffer.c

index 193550b..654dcdb 100644 (file)
@@ -358,10 +358,9 @@ intel_batchbuffer_emit_reloc(struct brw_context *brw,
    assert(ret == 0);
    (void)ret;
 
-   /*
-    * Using the old buffer offset, write in what the right data would be, in case
-    * the buffer doesn't move and we can short-circuit the relocation processing
-    * in the kernel
+   /* Using the old buffer offset, write in what the right data would be, in
+    * case the buffer doesn't move and we can short-circuit the relocation
+    * processing in the kernel
     */
    intel_batchbuffer_emit_dword(brw, buffer->offset64 + delta);