artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a939c9c
)
drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"
author
jsg
<jsg@openbsd.org>
Fri, 9 Sep 2022 04:37:43 +0000
(
04:37
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 9 Sep 2022 04:37:43 +0000
(
04:37
+0000)
From Colin Ian King
0522550aeed4ec899d16e237be0ae67f8aa1319b
in linux 5.15.y/5.15.66
233f56745be446b289edac2ba8184c09365c005e
in mainline linux
sys/dev/pci/drm/i915/gvt/handlers.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/gvt/handlers.c
b/sys/dev/pci/drm/i915/gvt/handlers.c
index
cde0a47
..
7ed7dba
100644
(file)
--- 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("Unsupport
ed
registers %x\n", offset);
return -EINVAL;
}