Mesa (master): i965: Fix up too-wide comment

Kristian Høgsberg krh at kemper.freedesktop.org
Fri Jan 16 22:40:30 UTC 2015


Module: Mesa
Branch: master
Commit: a9f657ded1de1a43b16e942d8910239df4c92999
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9f657ded1de1a43b16e942d8910239df4c92999

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Fri Jan 16 14:42:27 2015 -0800

i965: Fix up too-wide comment

Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>

---

 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 193550b..654dcdb 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);
 




More information about the mesa-commit mailing list