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

Commit ff9df46

Browse files
ColinIanKingzhiwang1
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 d72d69a commit ff9df46

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
@@ -909,7 +909,7 @@ static int update_fdi_rx_iir_status(struct intel_vgpu *vgpu,
909909
else if (FDI_RX_IMR_TO_PIPE(offset) != INVALID_INDEX)
910910
index = FDI_RX_IMR_TO_PIPE(offset);
911911
else {
912-
gvt_vgpu_err("Unsupport registers %x\n", offset);
912+
gvt_vgpu_err("Unsupported registers %x\n", offset);
913913
return -EINVAL;
914914
}
915915

0 commit comments

Comments
 (0)