i965: Fix up too-wide comment

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
Kristian Høgsberg
2015-01-16 14:42:27 -08:00
parent 9bf2c7166a
commit a9f657ded1
@@ -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);