[Mesa-dev] [PATCH 0/4] Removing all double semi-colons

Ian Romanick idr at freedesktop.org
Mon Apr 18 18:17:54 UTC 2016


With the one typo in the commit message of patch 1 fixed, the series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

If there are no objections or other comments, I'll go ahead and fix it
and push the series in the next day or so.

On 04/14/2016 09:07 AM, Jakob Sinclair wrote:
> This patch series remove all double semi-colons in the code that were left
> after my last patch series. These patches should not actually change something.
> This is just cleanup work.
> 
> I don't have push access so someone reviewing will have to push this. My last
> series haven't been pushed yet either.
> 
> Regards
>     Jakob Sinclair
> 
> Jakob Sinclair (4):
>   egl: Remove every double semi-colon
>   gallium: Remove every double semi-colon
>   glx: Remove every double semi-colon
>   mesa: Remove every double semi-colon
> 
>  src/egl/drivers/dri2/platform_android.c                   | 2 +-
>  src/egl/drivers/dri2/platform_surfaceless.c               | 2 +-
>  src/gallium/drivers/freedreno/a3xx/fd3_emit.c             | 2 +-
>  src/gallium/drivers/ilo/ilo_resource.c                    | 2 +-
>  src/gallium/drivers/ilo/shader/ilo_shader_gs.c            | 2 +-
>  src/gallium/drivers/nouveau/codegen/nv50_ir_ssa.cpp       | 2 +-
>  src/gallium/drivers/nouveau/nv30/nv30_vbo.c               | 2 +-
>  src/gallium/drivers/r600/r600_state_common.c              | 2 +-
>  src/gallium/drivers/swr/rasterizer/core/format_types.h    | 8 ++++----
>  src/gallium/drivers/swr/rasterizer/memory/StoreTile.cpp   | 6 +++---
>  src/gallium/winsys/amdgpu/drm/addrlib/core/addrobject.cpp | 2 +-
>  src/gallium/winsys/amdgpu/drm/addrlib/r800/egbaddrlib.cpp | 2 +-
>  src/glx/dri2_glx.c                                        | 2 +-
>  src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp                | 2 +-
>  src/mesa/math/m_debug_norm.c                              | 2 +-
>  15 files changed, 20 insertions(+), 20 deletions(-)
> 



More information about the mesa-dev mailing list