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

Commit a0c63c3

Browse files
committed
Merge remote-tracking branch 'origin/gvt-fixes' into gvt-staging
2 parents 620ecc2 + ff9df46 commit a0c63c3

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
@@ -920,7 +920,7 @@ static int update_fdi_rx_iir_status(struct intel_vgpu *vgpu,
920920
else if (FDI_RX_IMR_TO_PIPE(offset) != INVALID_INDEX)
921921
index = FDI_RX_IMR_TO_PIPE(offset);
922922
else {
923-
gvt_vgpu_err("Unsupport registers %x\n", offset);
923+
gvt_vgpu_err("Unsupported registers %x\n", offset);
924924
return -EINVAL;
925925
}
926926

0 commit comments

Comments
 (0)