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 <[email protected]>
> Signed-off-by: Fengguang Wu <[email protected]>

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
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to