All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] drm/i915/gvt: remove unneeded semicolon
@ 2022-10-06 11:53 ` Yang Li
  0 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2022-10-06 11:53 UTC (permalink / raw)
  To: tvrtko.ursulin
  Cc: dri-devel, intel-gvt-dev, intel-gfx, Abaci Robot, linux-kernel,
	Yang Li, rodrigo.vivi, zhi.a.wang

Remove the redundant semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2333
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/i915/gvt/vgpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gvt/vgpu.c b/drivers/gpu/drm/i915/gvt/vgpu.c
index 56c71474008a..5ccb04e26e6d 100644
--- a/drivers/gpu/drm/i915/gvt/vgpu.c
+++ b/drivers/gpu/drm/i915/gvt/vgpu.c
@@ -325,7 +325,7 @@ int intel_gvt_create_vgpu(struct intel_vgpu *vgpu,
 	ret = idr_alloc(&gvt->vgpu_idr, vgpu, IDLE_VGPU_IDR + 1, GVT_MAX_VGPU,
 		GFP_KERNEL);
 	if (ret < 0)
-		goto out_unlock;;
+		goto out_unlock;
 
 	vgpu->id = ret;
 	vgpu->sched_ctl.weight = conf->weight;
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH -next] drm/i915/gvt: remove unneeded semicolon
@ 2022-10-06 11:53 ` Yang Li
  0 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2022-10-06 11:53 UTC (permalink / raw)
  To: tvrtko.ursulin
  Cc: rodrigo.vivi, joonas.lahtinen, jani.nikula, zhi.a.wang, zhenyuw,
	airlied, daniel, intel-gvt-dev, intel-gfx, dri-devel,
	linux-kernel, Yang Li, Abaci Robot

Remove the redundant semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2333
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/i915/gvt/vgpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gvt/vgpu.c b/drivers/gpu/drm/i915/gvt/vgpu.c
index 56c71474008a..5ccb04e26e6d 100644
--- a/drivers/gpu/drm/i915/gvt/vgpu.c
+++ b/drivers/gpu/drm/i915/gvt/vgpu.c
@@ -325,7 +325,7 @@ int intel_gvt_create_vgpu(struct intel_vgpu *vgpu,
 	ret = idr_alloc(&gvt->vgpu_idr, vgpu, IDLE_VGPU_IDR + 1, GVT_MAX_VGPU,
 		GFP_KERNEL);
 	if (ret < 0)
-		goto out_unlock;;
+		goto out_unlock;
 
 	vgpu->id = ret;
 	vgpu->sched_ctl.weight = conf->weight;
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Intel-gfx] [PATCH -next] drm/i915/gvt: remove unneeded semicolon
@ 2022-10-06 11:53 ` Yang Li
  0 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2022-10-06 11:53 UTC (permalink / raw)
  To: tvrtko.ursulin
  Cc: dri-devel, intel-gvt-dev, intel-gfx, Abaci Robot, linux-kernel,
	Yang Li, daniel, rodrigo.vivi, airlied

Remove the redundant semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2333
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/i915/gvt/vgpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gvt/vgpu.c b/drivers/gpu/drm/i915/gvt/vgpu.c
index 56c71474008a..5ccb04e26e6d 100644
--- a/drivers/gpu/drm/i915/gvt/vgpu.c
+++ b/drivers/gpu/drm/i915/gvt/vgpu.c
@@ -325,7 +325,7 @@ int intel_gvt_create_vgpu(struct intel_vgpu *vgpu,
 	ret = idr_alloc(&gvt->vgpu_idr, vgpu, IDLE_VGPU_IDR + 1, GVT_MAX_VGPU,
 		GFP_KERNEL);
 	if (ret < 0)
-		goto out_unlock;;
+		goto out_unlock;
 
 	vgpu->id = ret;
 	vgpu->sched_ctl.weight = conf->weight;
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gvt: remove unneeded semicolon
  2022-10-06 11:53 ` Yang Li
  (?)
  (?)
@ 2022-10-10 14:42 ` Patchwork
  -1 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2022-10-10 14:42 UTC (permalink / raw)
  To: Yang Li; +Cc: intel-gfx

== Series Details ==

Series: drm/i915/gvt: remove unneeded semicolon
URL   : https://patchwork.freedesktop.org/series/109543/
State : failure

== Summary ==

Error: patch https://patchwork.freedesktop.org/api/1.0/series/109543/revisions/1/mbox/ not applied
Applying: drm/i915/gvt: remove unneeded semicolon
Using index info to reconstruct a base tree...
M	drivers/gpu/drm/i915/gvt/vgpu.c
Falling back to patching base and 3-way merge...
Auto-merging drivers/gpu/drm/i915/gvt/vgpu.c
CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gvt/vgpu.c
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 drm/i915/gvt: remove unneeded semicolon
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-10 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 11:53 [PATCH -next] drm/i915/gvt: remove unneeded semicolon Yang Li
2022-10-06 11:53 ` [Intel-gfx] " Yang Li
2022-10-06 11:53 ` Yang Li
2022-10-10 14:42 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.