summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-09-09 04:37:44 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-09-09 04:37:44 +0000
commit63b799180e9d8c56b3e8511fcec004649275d07f (patch)
treec06678d453a5c4077fe9119f4934d671668d77ff /sys/dev
parentad0ddb38a53989caf92b361a64d1205822b3847b (diff)
drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
From Colin Ian King 0522550aeed4ec899d16e237be0ae67f8aa1319b in linux 5.15.y/5.15.66 233f56745be446b289edac2ba8184c09365c005e in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/i915/gvt/handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/gvt/handlers.c b/sys/dev/pci/drm/i915/gvt/handlers.c
index cde0a477fb4..7ed7dba42c8 100644
--- a/sys/dev/pci/drm/i915/gvt/handlers.c
+++ b/sys/dev/pci/drm/i915/gvt/handlers.c
@@ -909,7 +909,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;
}