Skip to content

Commit 253fe56

Browse files
committed
drm/i915/gvt: Fix one indent error
Fix below warning: drivers/gpu/drm/i915//gvt/handlers.c:323 gdrst_mmio_write() warn: inconsistent indenting Reviewed-by: Zhi Wang <zhi.a.wang@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
1 parent c39bca4 commit 253fe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static int gdrst_mmio_write(struct intel_vgpu *vgpu, unsigned int offset,
322322
intel_gvt_reset_vgpu_locked(vgpu, false, engine_mask);
323323

324324
/* sw will wait for the device to ack the reset request */
325-
vgpu_vreg(vgpu, offset) = 0;
325+
vgpu_vreg(vgpu, offset) = 0;
326326

327327
return 0;
328328
}

0 commit comments

Comments
 (0)