projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d989bf5
)
i915/gvt: Fix spelling mistake "vender" -> "vendor"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 2 Feb 2023 12:50:18 +0000
(12:50 +0000)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Thu, 23 Feb 2023 05:45:30 +0000
(13:45 +0800)
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/20230202125018.285523-1-colin.i.king@gmail.com
drivers/gpu/drm/i915/gvt/firmware.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/firmware.c
b/drivers/gpu/drm/i915/gvt/firmware.c
index a683c22d5b64104615c378329c7268d6159953bb..9b4b50fa01247a729d1f842a0977d5cae8a85be2 100644
(file)
--- a/
drivers/gpu/drm/i915/gvt/firmware.c
+++ b/
drivers/gpu/drm/i915/gvt/firmware.c
@@
-171,7
+171,7
@@
static int verify_firmware(struct intel_gvt *gvt,
mem = (fw->data + h->cfg_space_offset);
id = *(u16 *)(mem + PCI_VENDOR_ID);
- VERIFY("vend
e
r id", id, pdev->vendor);
+ VERIFY("vend
o
r id", id, pdev->vendor);
id = *(u16 *)(mem + PCI_DEVICE_ID);
VERIFY("device id", id, pdev->device);