From a9f657ded1de1a43b16e942d8910239df4c92999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 16 Jan 2015 14:42:27 -0800 Subject: [PATCH] i965: Fix up too-wide comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/mesa/drivers/dri/i965/intel_batchbuffer.c index 193550bc2dd..654dcdb54c7 100644 --- a/src/mesa/drivers/dri/i965/intel_batchbuffer.c +++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.c @@ -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); -- 2.11.0