]> Git Repo - linux.git/commitdiff
drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
authorColin Ian King <[email protected]>
Tue, 16 Aug 2022 05:02:47 +0000 (13:02 +0800)
committerZhenyu Wang <[email protected]>
Mon, 22 Aug 2022 03:32:48 +0000 (11:32 +0800)
There is a spelling mistake in a gvt_vgpu_err error message. Fix it.

Fixes: 695fbc08d80f ("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]>
Signed-off-by: Zhenyu Wang <[email protected]>
drivers/gpu/drm/i915/gvt/handlers.c

index 9c8dde079cb411c5747d97a1d5f187cd5df48f2d..61423da367105f19bc4a47ec6536b075fa0231f5 100644 (file)
@@ -905,7 +905,7 @@ static int update_fdi_rx_iir_status(struct intel_vgpu *vgpu,
        else if (FDI_RX_IMR_TO_PIPE(offset) != INVALID_INDEX)
                index = FDI_RX_IMR_TO_PIPE(offset);
        else {
-               gvt_vgpu_err("Unsupport registers %x\n", offset);
+               gvt_vgpu_err("Unsupported registers %x\n", offset);
                return -EINVAL;
        }
 
This page took 0.048259 seconds and 4 git commands to generate.