From: Stéphane Marchesin Date: Sat, 22 Nov 2014 08:10:00 +0000 (-0800) Subject: i915g: Fix typos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=675019584c9dea1aca690225f1d83bda7e910eb8;p=mesa.git i915g: Fix typos Signed-off-by: Stéphane Marchesin --- diff --git a/src/gallium/drivers/i915/i915_surface.c b/src/gallium/drivers/i915/i915_surface.c index 61c5441acd2..7317e3a27e3 100644 --- a/src/gallium/drivers/i915/i915_surface.c +++ b/src/gallium/drivers/i915/i915_surface.c @@ -73,7 +73,7 @@ i915_util_blitter_save_states(struct i915_context *i915) i915->num_fragment_sampler_views, i915->fragment_sampler_views); } -# + static void i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, @@ -117,7 +117,7 @@ i915_surface_copy_render(struct pipe_context *pipe, fallback: util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box); - } +} static void i915_clear_render_target_render(struct pipe_context *pipe,