[Intel-gfx] [PATCH] drm/i915: fix semicolon.cocci warnings

Daniel Vetter daniel at ffwll.ch
Thu Apr 16 04:00:10 PDT 2015


On Thu, Apr 16, 2015 at 06:34:06PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/i915/i915_debugfs.c:4850:2-3: Unneeded semicolon
> 
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Jani Nikula <jani.nikula at intel.com>
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>

Applied, thanks.
-Daniel

> ---
> 
>  i915_debugfs.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/gpu/drm/i915/i915_debugfs.c
> +++ b/drivers/gpu/drm/i915/i915_debugfs.c
> @@ -4847,7 +4847,7 @@ static int i915_dpcd_show(struct seq_fil
>  		}
>  
>  		seq_printf(m, "%04x: %*ph\n", b->offset, (int) size, buf);
> -	};
> +	}
>  
>  	return 0;
>  }

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list