Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 65ee729

Browse files
ColinIanKingzhenyw
authored andcommitted
drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
There is a spelling mistake in a gvt_vgpu_err error message. Fix it. Fixes: 695fbc0 ("drm/i915/gvt: replace the gvt_err with gvt_vgpu_err") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Zhi Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Zhi Wang <[email protected]>
1 parent 3bfe9f1 commit 65ee729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ static int update_fdi_rx_iir_status(struct intel_vgpu *vgpu,
905905
else if (FDI_RX_IMR_TO_PIPE(offset) != INVALID_INDEX)
906906
index = FDI_RX_IMR_TO_PIPE(offset);
907907
else {
908-
gvt_vgpu_err("Unsupport registers %x\n", offset);
908+
gvt_vgpu_err("Unsupported registers %x\n", offset);
909909
return -EINVAL;
910910
}
911911

0 commit comments

Comments
 (0)