Skip to content

Commit dd62071

Browse files
drvgithubuserzhenyw
authored andcommitted
drm/i915/gvt: Remove extra semicolon
Remove the extra semicolon at end. Issue identified using semicolon.cocci Coccinelle semantic patch. Signed-off-by: Deepak R Varma <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/Y8LNbzgTf/1kYJX/@ubun2204.myguest.virtualbox.org Reviewed-by: Zhenyu Wang <[email protected]>
1 parent 84edc94 commit dd62071

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/i915/gvt

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gvt/vgpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int intel_gvt_create_vgpu(struct intel_vgpu *vgpu,
323323
ret = idr_alloc(&gvt->vgpu_idr, vgpu, IDLE_VGPU_IDR + 1, GVT_MAX_VGPU,
324324
GFP_KERNEL);
325325
if (ret < 0)
326-
goto out_unlock;;
326+
goto out_unlock;
327327

328328
vgpu->id = ret;
329329
vgpu->sched_ctl.weight = conf->weight;

0 commit comments

Comments
 (0)